#59271A

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

Shades of Caput Mortuum #59271A

Tints of Caput Mortuum #59271A

Color information

#59271A (or 0x59271A) is unknown color: approx Caput Mortuum. HEX triplet: 59, 27 and 1A. RGB value is (89,39,26). Sum of RGB (Red+Green+Blue) = 89+39+26=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59271A is #A6D8E5. Grayscale: #343434. Windows color (decimal): -10934502 or 1714009. OLE color: 1714009.

HSL color Cylindrical-coordinate representation of color #59271A: hue angle of 12.38º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59271A is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB893926-
CMYK00.560.710.65
HSL12.38º54.78%22.55%-
HSV(B)12.38º70.79%34.9%-
XYZ5.033.651.42-
YUV52.47113.06154.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.79%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=57.79%
G=25.32%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89392600.560.710.6512.3854.7822.55
Hex59271A0384741c3717
Octal1314732070107101146727
Binary101100110011111010011100010001111000001110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,39,26); }

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

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

 a { background-color: rgb(89,39,26); }

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

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

 span { border-color: rgb(89,39,26); }

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