Color Hex Logo

#631319 Color Hex

#631319
(99,19,25)
0 Favorites   0 Comments

Color spaces of #631319

RGB 991925
HSL0.990.680.23
HSV356°81°39°
CMYK 0.000.810.75   0.61
XYZ5.55393.18861.2424
Yxy3.18860.55620.3193
Hunter Lab17.856724.26928.3745
CIE-Lab20.783935.473118.3945

#631319 color RGB value is (99,19,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010011 00011001
Octal 143 23 31
Decimal 99 19 25
Hex 63 13 19

RGB Percentages of Color #631319

%69.23
%13.29
%17.48

CMYK Percentages of Color #631319

%0
%81
%75
%61

Triadic Colors of #631319

#631319 #196313 #131963

Analogous Colors of #631319

#631319 #633513 #631341

Monochromatic Colors of #631319

#631319

Complementary Color

#631319 #13635d

#631319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631319 Color CSS Codes

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

#631319 Text Font Color

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

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


#631319 Background Color

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

This div background color is #631319


#631319 Border Color

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

This div border color is #631319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631319


Comments

No comments written yet.

Please login to write comment.