#571D0F

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

Shades of Caput Mortuum #571D0F

Tints of Caput Mortuum #571D0F

Color information

#571D0F (or 0x571D0F) is unknown color: approx Caput Mortuum. HEX triplet: 57, 1D and 0F. RGB value is (87,29,15). Sum of RGB (Red+Green+Blue) = 87+29+15=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #571D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D0F is #A8E2F0. Grayscale: #2C2C2C. Windows color (decimal): -11068145 or 990551. OLE color: 990551.

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

Color convert

RGB872915-
CMYK00.670.830.66
HSL11.67º70.59%20%-
HSV(B)11.67º82.76%34.12%-
XYZ4.462.940.78-
YUV44.75111.22158.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.41%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=66.41%
G=22.14%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87291500.670.830.6611.6770.5920
Hex571DF0435342c4714
Octal127351701031231021410724
Binary101011111101111101000011101001110000101100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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