Shades of Caput Mortuum #5A2716
Tints of Caput Mortuum #5A2716
RGB
CMYK
RGB Variations
Color information
#5A2716 (or 0x5A2716) is known color: Caput Mortuum. HEX triplet: 5A, 27 and 16. RGB value is (90,39,22). Sum of RGB (Red+Green+Blue) = 90+39+22=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2716 is #A5D8E9. Grayscale: #343434. Windows color (decimal): -10868970 or 1451866. OLE color: 1451866.
HSL color Cylindrical-coordinate representation of color #5A2716: hue angle of 15º 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 #5A2716 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 39 | 22 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.65 |
| HSL | 15º | 0.61% | 0.22% | - |
| HSV(B) | 15º | 0.76% | 0.35% | - |
| XYZ | 5.09 | 3.68 | 1.2 | - |
| YUV | 52.31 | 110.9 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 39 | 22 | 0 | 0.57 | 0.76 | 0.65 | 15 | 0.61 | 0.22 |
| Hex | 5A | 27 | 16 | 0 | 39 | 4C | 41 | F | 3D | 16 |
| Octal | 132 | 47 | 26 | 0 | 71 | 114 | 101 | 17 | 75 | 26 |
| Binary | 1011010 | 100111 | 10110 | 0 | 111001 | 1001100 | 1000001 | 1111 | 111101 | 10110 |
Color Harmonies of #5A2716
Complementary color
Monochromatic Colors of #5A2716
Black with #5A2716
Text Example
Text Example
White with #5A2716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2716; }
p { color: rgb(90,39,22); }
H1.HeaderClassName
{
color: #5A2716;
}
.AnyTagClassName
{
color: #5A2716;
}
</style>
background-color css
<style>
a { background-color: #5A2716; }
a { background-color: rgb(90,39,22); }
div.DivClassName
{
background-color: #5A2716;
}
.BgClassName
{
background-color: #5A2716;
}
</style>
border-color css
<style>
span { border-color: #5A2716; }
span { border-color: rgb(90,39,22); }
td.TdClassName
{
border-color: #5A2716;
}
.TagClassName
{
border-color: #5A2716;
}
</style>