#57201A

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

Shades of Caput Mortuum #57201A

Tints of Caput Mortuum #57201A

Color information

#57201A (or 0x57201A) is unknown color: approx Caput Mortuum. HEX triplet: 57, 20 and 1A. RGB value is (87,32,26). Sum of RGB (Red+Green+Blue) = 87+32+26=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #57201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57201A is #A8DFE5. Grayscale: #2F2F2F. Windows color (decimal): -11067366 or 1712215. OLE color: 1712215.

HSL color Cylindrical-coordinate representation of color #57201A: hue angle of 5.9º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57201A is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB873226-
CMYK00.630.700.66
HSL5.9º53.98%22.16%-
HSV(B)5.9º70.11%34.12%-
XYZ4.633.131.34-
YUV47.76115.72155.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=60%
G=22.07%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87322600.630.700.665.953.9822.16
Hex57201A03F464263616
Octal127403207710610266626
Binary10101111000001101001111111000110100001011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57201A; }

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

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

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

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

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

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

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

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