#57291F

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

Shades of Caput Mortuum #57291F

Tints of Caput Mortuum #57291F

Color information

#57291F (or 0x57291F) is unknown color: approx Caput Mortuum. HEX triplet: 57, 29 and 1F. RGB value is (87,41,31). Sum of RGB (Red+Green+Blue) = 87+41+31=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #57291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57291F is #A8D6E0. Grayscale: #353535. Windows color (decimal): -11065057 or 2042199. OLE color: 2042199.

HSL color Cylindrical-coordinate representation of color #57291F: hue angle of 10.71º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57291F is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB874131-
CMYK00.530.640.66
HSL10.71º47.46%23.14%-
HSV(B)10.71º64.37%34.12%-
XYZ4.973.711.75-
YUV53.61115.24151.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=54.72%
G=25.79%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87413100.530.640.6610.7147.4623.14
Hex57291F0354042b2f17
Octal1275137065100102135727
Binary101011110100111111011010110000001000010101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,41,31); }

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

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

 a { background-color: rgb(87,41,31); }

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

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

 span { border-color: rgb(87,41,31); }

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