#572113

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

Shades of Caput Mortuum #572113

Tints of Caput Mortuum #572113

Color information

#572113 (or 0x572113) is unknown color: approx Caput Mortuum. HEX triplet: 57, 21 and 13. RGB value is (87,33,19). Sum of RGB (Red+Green+Blue) = 87+33+19=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #572113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572113 is #A8DEEC. Grayscale: #2F2F2F. Windows color (decimal): -11067117 or 1253719. OLE color: 1253719.

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

Color convert

RGB873319-
CMYK00.620.780.66
HSL12.35º64.15%20.78%-
HSV(B)12.35º78.16%34.12%-
XYZ4.593.160.98-
YUV47.55111.89156.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.59%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=62.59%
G=23.74%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87331900.620.780.6612.3564.1520.78
Hex57211303E4E42c4015
Octal12741230761161021410025
Binary1010111100001100110111110100111010000101100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572113; }

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

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

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

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

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

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

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

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