#59261A

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

Shades of Caput Mortuum #59261A

Tints of Caput Mortuum #59261A

Color information

#59261A (or 0x59261A) is unknown color: approx Caput Mortuum. HEX triplet: 59, 26 and 1A. RGB value is (89,38,26). Sum of RGB (Red+Green+Blue) = 89+38+26=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59261A is #A6D9E5. Grayscale: #333333. Windows color (decimal): -10934758 or 1713753. OLE color: 1713753.

HSL color Cylindrical-coordinate representation of color #59261A: hue angle of 11.43º 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 #59261A is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB893826-
CMYK00.570.710.65
HSL11.43º54.78%22.55%-
HSV(B)11.43º70.79%34.9%-
XYZ53.581.41-
YUV51.88113.4154.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.17%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=58.17%
G=24.84%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89382600.570.710.6511.4354.7822.55
Hex59261A0394741b3717
Octal1314632071107101136727
Binary101100110011011010011100110001111000001101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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