Shades of Caput Mortuum #5A2926
Tints of Caput Mortuum #5A2926
RGB
CMYK
RGB Variations
Color information
#5A2926 (or 0x5A2926) is known color: Caput Mortuum. HEX triplet: 5A, 29 and 26. RGB value is (90,41,38). Sum of RGB (Red+Green+Blue) = 90+41+38=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2926 is #A5D6D9. Grayscale: #373737. Windows color (decimal): -10868442 or 2500954. OLE color: 2500954.
HSL color Cylindrical-coordinate representation of color #5A2926: hue angle of 3.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A2926 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 41 | 38 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.65 |
| HSL | 3.46º | 0.41% | 0.25% | - |
| HSV(B) | 3.46º | 0.58% | 0.35% | - |
| XYZ | 5.36 | 3.9 | 2.3 | - |
| YUV | 55.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 38 | 0 | 0.54 | 0.58 | 0.65 | 3.46 | 0.41 | 0.25 |
| Hex | 5A | 29 | 26 | 0 | 36 | 3A | 41 | 3 | 29 | 19 |
| Octal | 132 | 51 | 46 | 0 | 66 | 72 | 101 | 3 | 51 | 31 |
| Binary | 1011010 | 101001 | 100110 | 0 | 110110 | 111010 | 1000001 | 11 | 101001 | 11001 |
Color Harmonies of #5A2926
Complementary color
Monochromatic Colors of #5A2926
Black with #5A2926
Text Example
Text Example
White with #5A2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2926; }
p { color: rgb(90,41,38); }
H1.HeaderClassName
{
color: #5A2926;
}
.AnyTagClassName
{
color: #5A2926;
}
</style>
background-color css
<style>
a { background-color: #5A2926; }
a { background-color: rgb(90,41,38); }
div.DivClassName
{
background-color: #5A2926;
}
.BgClassName
{
background-color: #5A2926;
}
</style>
border-color css
<style>
span { border-color: #5A2926; }
span { border-color: rgb(90,41,38); }
td.TdClassName
{
border-color: #5A2926;
}
.TagClassName
{
border-color: #5A2926;
}
</style>