#571D13

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

Shades of Caput Mortuum #571D13

Tints of Caput Mortuum #571D13

Color information

#571D13 (or 0x571D13) is unknown color: approx Caput Mortuum. HEX triplet: 57, 1D and 13. RGB value is (87,29,19). Sum of RGB (Red+Green+Blue) = 87+29+19=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #571D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D13 is #A8E2EC. Grayscale: #2D2D2D. Windows color (decimal): -11068141 or 1252695. OLE color: 1252695.

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

Color convert

RGB872919-
CMYK00.670.780.66
HSL8.82º64.15%20.78%-
HSV(B)8.82º78.16%34.12%-
XYZ4.492.950.95-
YUV45.2113.22157.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.44%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=64.44%
G=21.48%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87291900.670.780.668.8264.1520.78
Hex571D130434E4294015
Octal127352301031161021110025
Binary1010111111011001101000011100111010000101001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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