Shades of Caput Mortuum #5A220E
Tints of Caput Mortuum #5A220E
RGB
CMYK
RGB Variations
Color information
#5A220E (or 0x5A220E) is known color: Caput Mortuum. HEX triplet: 5A, 22 and 0E. RGB value is (90,34,14). Sum of RGB (Red+Green+Blue) = 90+34+14=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A220E is #A5DDF1. Grayscale: #303030. Windows color (decimal): -10870258 or 926298. OLE color: 926298.
HSL color Cylindrical-coordinate representation of color #5A220E: hue angle of 15.79º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A220E is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 34 | 14 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.65 |
| HSL | 15.79º | 0.73% | 0.2% | - |
| HSV(B) | 15.79º | 0.84% | 0.35% | - |
| XYZ | 4.87 | 3.35 | 0.81 | - |
| YUV | 48.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 34 | 14 | 0 | 0.62 | 0.84 | 0.65 | 15.79 | 0.73 | 0.2 |
| Hex | 5A | 22 | E | 0 | 3E | 54 | 41 | 10 | 49 | 14 |
| Octal | 132 | 42 | 16 | 0 | 76 | 124 | 101 | 20 | 111 | 24 |
| Binary | 1011010 | 100010 | 1110 | 0 | 111110 | 1010100 | 1000001 | 10000 | 1001001 | 10100 |
Color Harmonies of #5A220E
Complementary color
Monochromatic Colors of #5A220E
Black with #5A220E
Text Example
Text Example
White with #5A220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A220E; }
p { color: rgb(90,34,14); }
H1.HeaderClassName
{
color: #5A220E;
}
.AnyTagClassName
{
color: #5A220E;
}
</style>
background-color css
<style>
a { background-color: #5A220E; }
a { background-color: rgb(90,34,14); }
div.DivClassName
{
background-color: #5A220E;
}
.BgClassName
{
background-color: #5A220E;
}
</style>
border-color css
<style>
span { border-color: #5A220E; }
span { border-color: rgb(90,34,14); }
td.TdClassName
{
border-color: #5A220E;
}
.TagClassName
{
border-color: #5A220E;
}
</style>