Shades of Caput Mortuum #5A2416
Tints of Caput Mortuum #5A2416
RGB
CMYK
RGB Variations
Color information
#5A2416 (or 0x5A2416) is known color: Caput Mortuum. HEX triplet: 5A, 24 and 16. RGB value is (90,36,22). Sum of RGB (Red+Green+Blue) = 90+36+22=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2416 is #A5DBE9. Grayscale: #323232. Windows color (decimal): -10869738 or 1451098. OLE color: 1451098.
HSL color Cylindrical-coordinate representation of color #5A2416: hue angle of 12.35º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2416 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 36 | 22 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.65 |
| HSL | 12.35º | 0.61% | 0.22% | - |
| HSV(B) | 12.35º | 0.76% | 0.35% | - |
| XYZ | 4.99 | 3.49 | 1.17 | - |
| YUV | 50.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 22 | 0 | 0.60 | 0.76 | 0.65 | 12.35 | 0.61 | 0.22 |
| Hex | 5A | 24 | 16 | 0 | 3C | 4C | 41 | C | 3D | 16 |
| Octal | 132 | 44 | 26 | 0 | 74 | 114 | 101 | 14 | 75 | 26 |
| Binary | 1011010 | 100100 | 10110 | 0 | 111100 | 1001100 | 1000001 | 1100 | 111101 | 10110 |
Color Harmonies of #5A2416
Complementary color
Monochromatic Colors of #5A2416
Black with #5A2416
Text Example
Text Example
White with #5A2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2416; }
p { color: rgb(90,36,22); }
H1.HeaderClassName
{
color: #5A2416;
}
.AnyTagClassName
{
color: #5A2416;
}
</style>
background-color css
<style>
a { background-color: #5A2416; }
a { background-color: rgb(90,36,22); }
div.DivClassName
{
background-color: #5A2416;
}
.BgClassName
{
background-color: #5A2416;
}
</style>
border-color css
<style>
span { border-color: #5A2416; }
span { border-color: rgb(90,36,22); }
td.TdClassName
{
border-color: #5A2416;
}
.TagClassName
{
border-color: #5A2416;
}
</style>