#59261E

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

Shades of Caput Mortuum #59261E

Tints of Caput Mortuum #59261E

Color information

#59261E (or 0x59261E) is unknown color: approx Caput Mortuum. HEX triplet: 59, 26 and 1E. RGB value is (89,38,30). Sum of RGB (Red+Green+Blue) = 89+38+30=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59261E is #A6D9E1. Grayscale: #343434. Windows color (decimal): -10934754 or 1975897. OLE color: 1975897.

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

Color convert

RGB893830-
CMYK00.570.660.65
HSL8.14º49.58%23.33%-
HSV(B)8.14º66.29%34.9%-
XYZ5.053.61.66-
YUV52.34115.4154.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=56.69%
G=24.20%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89383000.570.660.658.1449.5823.33
Hex59261E039424183217
Octal1314636071102101106227
Binary101100110011011110011100110000101000001100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,38,30); }

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

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

 a { background-color: rgb(89,38,30); }

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

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

 span { border-color: rgb(89,38,30); }

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