#571E13

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

Shades of Caput Mortuum #571E13

Tints of Caput Mortuum #571E13

Color information

#571E13 (or 0x571E13) is unknown color: approx Caput Mortuum. HEX triplet: 57, 1E and 13. RGB value is (87,30,19). Sum of RGB (Red+Green+Blue) = 87+30+19=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #571E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E13 is #A8E1EC. Grayscale: #2D2D2D. Windows color (decimal): -11067885 or 1252951. OLE color: 1252951.

HSL color Cylindrical-coordinate representation of color #571E13: hue angle of 9.71º 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 #571E13 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB873019-
CMYK00.660.780.66
HSL9.71º64.15%20.78%-
HSV(B)9.71º78.16%34.12%-
XYZ4.5130.96-
YUV45.79112.88157.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.97%
GREEN value IS 30 (12.11% from 255) = 22.06%
BLUE value IS 19 (7.81% from 255) = 13.97%
R=63.97%
G=22.06%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87301900.660.780.669.7164.1520.78
Hex571E130424E42a4015
Octal127362301021161021210025
Binary1010111111101001101000010100111010000101010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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