#57261A

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

Shades of Caput Mortuum #57261A

Tints of Caput Mortuum #57261A

Color information

#57261A (or 0x57261A) is unknown color: approx Caput Mortuum. HEX triplet: 57, 26 and 1A. RGB value is (87,38,26). Sum of RGB (Red+Green+Blue) = 87+38+26=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57261A is #A8D9E5. Grayscale: #333333. Windows color (decimal): -11065830 or 1713751. OLE color: 1713751.

HSL color Cylindrical-coordinate representation of color #57261A: hue angle of 11.8º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57261A is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB873826-
CMYK00.560.700.66
HSL11.8º53.98%22.16%-
HSV(B)11.8º70.11%34.12%-
XYZ4.813.491.4-
YUV51.28113.73153.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=57.62%
G=25.17%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87382600.560.700.6611.853.9822.16
Hex57261A0384642c3616
Octal1274632070106102146626
Binary101011110011011010011100010001101000010110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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