#57271D

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

Shades of Caput Mortuum #57271D

Tints of Caput Mortuum #57271D

Color information

#57271D (or 0x57271D) is unknown color: approx Caput Mortuum. HEX triplet: 57, 27 and 1D. RGB value is (87,39,29). Sum of RGB (Red+Green+Blue) = 87+39+29=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #57271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57271D is #A8D8E2. Grayscale: #343434. Windows color (decimal): -11065571 or 1910615. OLE color: 1910615.

HSL color Cylindrical-coordinate representation of color #57271D: hue angle of 10.34º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #57271D is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB873929-
CMYK00.550.670.66
HSL10.34º50%22.75%-
HSV(B)10.34º66.67%34.12%-
XYZ4.883.571.59-
YUV52.21114.9152.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=56.13%
G=25.16%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87392900.550.670.6610.345022.75
Hex57271D0374342a3217
Octal1274735067103102126227
Binary101011110011111101011011110000111000010101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57271D; }

 p { color: rgb(87,39,29); }

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

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

 a { background-color: rgb(87,39,29); }

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

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

 span { border-color: rgb(87,39,29); }

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