#57261B

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

Shades of Caput Mortuum #57261B

Tints of Caput Mortuum #57261B

Color information

#57261B (or 0x57261B) is unknown color: approx Caput Mortuum. HEX triplet: 57, 26 and 1B. RGB value is (87,38,27). Sum of RGB (Red+Green+Blue) = 87+38+27=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57261B is #A8D9E4. Grayscale: #333333. Windows color (decimal): -11065829 or 1779287. OLE color: 1779287.

HSL color Cylindrical-coordinate representation of color #57261B: hue angle of 11º 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 #57261B is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB873827-
CMYK00.560.690.66
HSL11º52.63%22.35%-
HSV(B)11º68.97%34.12%-
XYZ4.823.491.46-
YUV51.4114.23153.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.24%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=57.24%
G=25%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87382700.560.690.661152.6322.35
Hex57261B0384542b3516
Octal1274633070105102136526
Binary101011110011011011011100010001011000010101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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