#571908

Color #571908 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #571908

Tints of Caput Mortuum #571908

Color information

#571908 (or 0x571908) is unknown color: approx Caput Mortuum. HEX triplet: 57, 19 and 08. RGB value is (87,25,8). Sum of RGB (Red+Green+Blue) = 87+25+8=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #571908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571908 is #A8E6F7. Grayscale: #292929. Windows color (decimal): -11069176 or 530775. OLE color: 530775.

HSL color Cylindrical-coordinate representation of color #571908: hue angle of 12.91º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #571908 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB87258-
CMYK00.710.910.66
HSL12.91º83.16%18.63%-
HSV(B)12.91º90.8%34.12%-
XYZ4.322.740.53-
YUV41.6109.04160.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 72.5%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 8 (3.52% from 255) = 6.67%
R=72.5%
G=20.83%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8725800.710.910.6612.9183.1618.63
Hex571980475B42d5313
Octal127311001071331021512323
Binary101011111001100001000111101101110000101101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571908; }

 p { color: rgb(87,25,8); }

 H1.HeaderClassName
 {
   color: #571908;
 }
 .AnyTagClassName
 {
   color: #571908;
 }
</style>
background-color css

<style>
 a { background-color: #571908; }

 a { background-color: rgb(87,25,8); }

 div.DivClassName
 {
   background-color: #571908;
 }
 .BgClassName
 {
   background-color: #571908;
 }
</style>
border-color css

<style>
 span { border-color: #571908; }

 span { border-color: rgb(87,25,8); }

 td.TdClassName
 {
   border-color: #571908;
 }
 .TagClassName
 {
   border-color: #571908;
 }
</style>