#571E0D

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

Shades of Caput Mortuum #571E0D

Tints of Caput Mortuum #571E0D

Color information

#571E0D (or 0x571E0D) is unknown color: approx Caput Mortuum. HEX triplet: 57, 1E and 0D. RGB value is (87,30,13). Sum of RGB (Red+Green+Blue) = 87+30+13=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E0D is #A8E1F2. Grayscale: #2D2D2D. Windows color (decimal): -11067891 or 859735. OLE color: 859735.

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

Color convert

RGB873013-
CMYK00.660.850.66
HSL13.78º74%19.61%-
HSV(B)13.78º85.06%34.12%-
XYZ4.472.980.72-
YUV45.1109.88157.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.92%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 13 (5.47% from 255) = 10%
R=66.92%
G=23.08%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87301300.660.850.6613.787419.61
Hex571ED0425542e4a14
Octal127361501021251021611224
Binary101011111110110101000010101010110000101110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,30,13); }

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

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

 a { background-color: rgb(87,30,13); }

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

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

 span { border-color: rgb(87,30,13); }

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