Shades of Caput Mortuum #5A200E
Tints of Caput Mortuum #5A200E
RGB
CMYK
RGB Variations
Color information
#5A200E (or 0x5A200E) is known color: Caput Mortuum. HEX triplet: 5A, 20 and 0E. RGB value is (90,32,14). Sum of RGB (Red+Green+Blue) = 90+32+14=136 (18% of max value = 765). Red value is 90 (35.55% from 255 or 66.18% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 90 - color contains mainly: red. Hex color #5A200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A200E is #A5DFF1. Grayscale: #2F2F2F. Windows color (decimal): -10870770 or 925786. OLE color: 925786.
HSL color Cylindrical-coordinate representation of color #5A200E: hue angle of 14.21º 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 #5A200E is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 32 | 14 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.65 |
| HSL | 14.21º | 0.73% | 0.2% | - |
| HSV(B) | 14.21º | 0.84% | 0.35% | - |
| XYZ | 4.81 | 3.24 | 0.79 | - |
| YUV | 47.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 14 | 0 | 0.64 | 0.84 | 0.65 | 14.21 | 0.73 | 0.2 |
| Hex | 5A | 20 | E | 0 | 40 | 54 | 41 | E | 49 | 14 |
| Octal | 132 | 40 | 16 | 0 | 100 | 124 | 101 | 16 | 111 | 24 |
| Binary | 1011010 | 100000 | 1110 | 0 | 1000000 | 1010100 | 1000001 | 1110 | 1001001 | 10100 |
Color Harmonies of #5A200E
Complementary color
Monochromatic Colors of #5A200E
Black with #5A200E
Text Example
Text Example
White with #5A200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A200E; }
p { color: rgb(90,32,14); }
H1.HeaderClassName
{
color: #5A200E;
}
.AnyTagClassName
{
color: #5A200E;
}
</style>
background-color css
<style>
a { background-color: #5A200E; }
a { background-color: rgb(90,32,14); }
div.DivClassName
{
background-color: #5A200E;
}
.BgClassName
{
background-color: #5A200E;
}
</style>
border-color css
<style>
span { border-color: #5A200E; }
span { border-color: rgb(90,32,14); }
td.TdClassName
{
border-color: #5A200E;
}
.TagClassName
{
border-color: #5A200E;
}
</style>