#57251E

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

Shades of Caput Mortuum #57251E

Tints of Caput Mortuum #57251E

Color information

#57251E (or 0x57251E) is unknown color: approx Caput Mortuum. HEX triplet: 57, 25 and 1E. RGB value is (87,37,30). Sum of RGB (Red+Green+Blue) = 87+37+30=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57251E is #A8DAE1. Grayscale: #333333. Windows color (decimal): -11066082 or 1975639. OLE color: 1975639.

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

Color convert

RGB873730-
CMYK00.570.660.66
HSL7.37º48.72%22.94%-
HSV(B)7.37º65.52%34.12%-
XYZ4.833.441.64-
YUV51.15116.06153.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.49%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=56.49%
G=24.03%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87373000.570.660.667.3748.7222.94
Hex57251E039424273117
Octal127453607110210276127
Binary10101111001011111001110011000010100001011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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