#572115

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

Shades of Caput Mortuum #572115

Tints of Caput Mortuum #572115

Color information

#572115 (or 0x572115) is unknown color: approx Caput Mortuum. HEX triplet: 57, 21 and 15. RGB value is (87,33,21). Sum of RGB (Red+Green+Blue) = 87+33+21=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #572115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572115 is #A8DEEA. Grayscale: #2F2F2F. Windows color (decimal): -11067115 or 1384791. OLE color: 1384791.

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

Color convert

RGB873321-
CMYK00.620.760.66
HSL10.91º61.11%21.18%-
HSV(B)10.91º75.86%34.12%-
XYZ4.613.171.08-
YUV47.78112.89155.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.70%
GREEN value IS 33 (13.28% from 255) = 23.40%
BLUE value IS 21 (8.59% from 255) = 14.89%
R=61.70%
G=23.40%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87332100.620.760.6610.9161.1121.18
Hex57211503E4C42b3d15
Octal1274125076114102137525
Binary101011110000110101011111010011001000010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572115; }

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

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

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

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

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

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

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

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