#571D0C

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

Shades of Caput Mortuum #571D0C

Tints of Caput Mortuum #571D0C

Color information

#571D0C (or 0x571D0C) is unknown color: approx Caput Mortuum. HEX triplet: 57, 1D and 0C. RGB value is (87,29,12). Sum of RGB (Red+Green+Blue) = 87+29+12=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #571D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D0C is #A8E2F3. Grayscale: #2C2C2C. Windows color (decimal): -11068148 or 793943. OLE color: 793943.

HSL color Cylindrical-coordinate representation of color #571D0C: hue angle of 13.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571D0C is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB872912-
CMYK00.670.860.66
HSL13.6º75.76%19.41%-
HSV(B)13.6º86.21%34.12%-
XYZ4.442.930.68-
YUV44.4109.72158.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.97%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 12 (5.08% from 255) = 9.38%
R=67.97%
G=22.66%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87291200.670.860.6613.675.7619.41
Hex571DC0435642e4c13
Octal127351401031261021611423
Binary101011111101110001000011101011010000101110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571D0C; }

 p { color: rgb(87,29,12); }

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

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

 a { background-color: rgb(87,29,12); }

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

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

 span { border-color: rgb(87,29,12); }

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