#57251B

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

Shades of Caput Mortuum #57251B

Tints of Caput Mortuum #57251B

Color information

#57251B (or 0x57251B) is unknown color: approx Caput Mortuum. HEX triplet: 57, 25 and 1B. RGB value is (87,37,27). Sum of RGB (Red+Green+Blue) = 87+37+27=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57251B is #A8DAE4. Grayscale: #323232. Windows color (decimal): -11066085 or 1779031. OLE color: 1779031.

HSL color Cylindrical-coordinate representation of color #57251B: hue angle of 10º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57251B is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB873727-
CMYK00.570.690.66
HSL10º52.63%22.35%-
HSV(B)10º68.97%34.12%-
XYZ4.793.431.45-
YUV50.81114.56153.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=57.62%
G=24.50%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87372700.570.690.661052.6322.35
Hex57251B0394542a3516
Octal1274533071105102126526
Binary101011110010111011011100110001011000010101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57251B; }

 p { color: rgb(87,37,27); }

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

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

 a { background-color: rgb(87,37,27); }

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

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

 span { border-color: rgb(87,37,27); }

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