Color Hex Logo

#631316 Color Hex

#631316
(99,19,22)
0 Favorites   0 Comments

Color spaces of #631316

RGB 991922
HSL0.990.680.23
HSV358°81°39°
CMYK 0.000.810.78   0.61
XYZ5.52333.17631.0810
Yxy3.17630.56470.3248
Hunter Lab17.822224.13048.8793
CIE-Lab20.736635.320320.3537

#631316 color RGB value is (99,19,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010011 00010110
Octal 143 23 26
Decimal 99 19 22
Hex 63 13 16

RGB Percentages of Color #631316

%70.71
%13.57
%15.71

CMYK Percentages of Color #631316

%0
%81
%78
%61

Triadic Colors of #631316

#631316 #166313 #131663

Analogous Colors of #631316

#631316 #633813 #63133e

Monochromatic Colors of #631316

#631316

Complementary Color

#631316 #136360

#631316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631316 Color CSS Codes

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

#631316 Text Font Color

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

This sample text font color is #631316
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.


#631316 Background Color

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

This div background color is #631316


#631316 Border Color

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

This div border color is #631316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631316


Comments

No comments written yet.

Please login to write comment.