Color Hex Logo

#631312 Color Hex

#631312
(99,19,18)
0 Favorites   0 Comments

Color spaces of #631312

RGB 991918
HSL0.000.690.23
HSV82°39°
CMYK 0.000.810.82   0.61
XYZ5.48763.16210.8934
Yxy3.16210.57500.3313
Hunter Lab17.782323.96599.4688
CIE-Lab20.681735.138422.8795

#631312 color RGB value is (99,19,18).

#631312 hex color red value is 99, green value is 19 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #631312 hue: 0.00 , saturation: 0.69 and the lightness value of 631312 is 0.23.

The process color (four color CMYK) of #631312 color hex is 0.00, 0.81, 0.82, 0.61. Web safe color of #631312 is #660000. Color #631312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010011 00010010
Octal 143 23 22
Decimal 99 19 18
Hex 63 13 12

RGB Percentages of Color #631312

%72.79
%13.97
%13.24

CMYK Percentages of Color #631312

%0
%81
%82
%61

Triadic Colors of #631312

#631312 #126313 #131263

Analogous Colors of #631312

#631312 #633c12 #631239

Monochromatic Colors of #631312

#631312

Complementary Color

#631312 #126263

#631312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631312 Color CSS Codes

.mybgcolor {background-color:#631312; } 
.myforecolor {color:#631312; }
.mybordercolor {border:3px solid #631312; }

#631312 Text Font Color

<p style="color:#631312">Text here</p>

This sample text font color is #631312
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#631312 Background Color

<div style="background-color:#631312">
Div content here</div>

This div background color is #631312


#631312 Border Color

<div style="border:3px solid #631312">
Div here</div>

This div border color is #631312


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,19,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #631312; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #631312;
  -webkit-box-shadow: 1px 1px 3px 2px #631312;
  box-shadow:         1px 1px 3px 2px #631312; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,19,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #631312">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #631312;
  -webkit-box-shadow: 1px 1px 3px 2px #631312;
  box-shadow:         1px 1px 3px 2px #631312;">
Div content here</div>

This div box has shadow with color #631312


Comments

No comments written yet.

Please login to write comment.