#572119

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

Shades of Caput Mortuum #572119

Tints of Caput Mortuum #572119

Color information

#572119 (or 0x572119) is unknown color: approx Caput Mortuum. HEX triplet: 57, 21 and 19. RGB value is (87,33,25). Sum of RGB (Red+Green+Blue) = 87+33+25=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #572119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572119 is #A8DEE6. Grayscale: #303030. Windows color (decimal): -11067111 or 1646935. OLE color: 1646935.

HSL color Cylindrical-coordinate representation of color #572119: hue angle of 7.74º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #572119 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB873325-
CMYK00.620.710.66
HSL7.74º55.36%21.96%-
HSV(B)7.74º71.26%34.12%-
XYZ4.653.181.29-
YUV48.23114.89155.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=60%
G=22.76%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87332500.620.710.667.7455.3621.96
Hex57211903E474283716
Octal1274131076107102106726
Binary101011110000111001011111010001111000010100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572119; }

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

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

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

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

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

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

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

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