Shades of Caput Mortuum #59261A
Tints of Caput Mortuum #59261A
RGB
CMYK
RGB Variations
Color information
#59261A (or 0x59261A) is known color: 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
| RGB | 89 | 38 | 26 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.65 |
| HSL | 11.43º | 0.55% | 0.23% | - |
| HSV(B) | 11.43º | 0.71% | 0.35% | - |
| XYZ | 5 | 3.58 | 1.41 | - |
| YUV | 51.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 26 | 0 | 0.57 | 0.71 | 0.65 | 11.43 | 0.55 | 0.23 |
| Hex | 59 | 26 | 1A | 0 | 39 | 47 | 41 | B | 37 | 17 |
| Octal | 131 | 46 | 32 | 0 | 71 | 107 | 101 | 13 | 67 | 27 |
| Binary | 1011001 | 100110 | 11010 | 0 | 111001 | 1000111 | 1000001 | 1011 | 110111 | 10111 |
Color Harmonies of #59261A
Complementary color
Monochromatic Colors of #59261A
Black with #59261A
Text Example
Text Example
White with #59261A
Text Example
Text Example
HTML Codes & Css Web 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>