Color Hex Logo

#631327 Color Hex

#631327
(99,19,39)
0 Favorites   0 Comments

Color spaces of #631327

RGB 991939
HSL0.960.680.23
HSV345°81°39°
CMYK 0.000.810.61   0.61
XYZ5.74473.26492.2469
Yxy3.26490.51030.2900
Hunter Lab18.069025.12985.2756
CIE-Lab21.075036.41539.0647

#631327 color RGB value is (99,19,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010011 00100111
Octal 143 23 47
Decimal 99 19 39
Hex 63 13 27

RGB Percentages of Color #631327

%63.06
%12.10
%24.84

CMYK Percentages of Color #631327

%0
%81
%61
%61

Triadic Colors of #631327

#631327 #276313 #132763

Analogous Colors of #631327

#631327 #632713 #63134f

Monochromatic Colors of #631327

#631327

Complementary Color

#631327 #13634f

#631327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631327 Color CSS Codes

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

#631327 Text Font Color

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

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


#631327 Background Color

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

This div background color is #631327


#631327 Border Color

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

This div border color is #631327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631327


Comments

No comments written yet.

Please login to write comment.