#572013

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

Shades of Caput Mortuum #572013

Tints of Caput Mortuum #572013

Color information

#572013 (or 0x572013) is unknown color: approx Caput Mortuum. HEX triplet: 57, 20 and 13. RGB value is (87,32,19). Sum of RGB (Red+Green+Blue) = 87+32+19=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #572013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572013 is #A8DFEC. Grayscale: #2F2F2F. Windows color (decimal): -11067373 or 1253463. OLE color: 1253463.

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

Color convert

RGB873219-
CMYK00.630.780.66
HSL11.47º64.15%20.78%-
HSV(B)11.47º78.16%34.12%-
XYZ4.563.110.98-
YUV46.96112.22156.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=63.04%
G=23.19%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87321900.630.780.6611.4764.1520.78
Hex57201303F4E42b4015
Octal12740230771161021310025
Binary1010111100000100110111111100111010000101011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572013; }

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

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

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

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

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

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

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

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