#57210F

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

Shades of Caput Mortuum #57210F

Tints of Caput Mortuum #57210F

Color information

#57210F (or 0x57210F) is unknown color: approx Caput Mortuum. HEX triplet: 57, 21 and 0F. RGB value is (87,33,15). Sum of RGB (Red+Green+Blue) = 87+33+15=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57210F is #A8DEF0. Grayscale: #2F2F2F. Windows color (decimal): -11067121 or 991575. OLE color: 991575.

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

Color convert

RGB873315-
CMYK00.620.830.66
HSL15º70.59%20%-
HSV(B)15º82.76%34.12%-
XYZ4.563.150.82-
YUV47.09109.89156.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.44%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=64.44%
G=24.44%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87331500.620.830.661570.5920
Hex5721F03E5342f4714
Octal12741170761231021710724
Binary101011110000111110111110101001110000101111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57210F; }

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

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

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

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

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

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

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

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