Shades of Caput Mortuum #5A2E24
Tints of Caput Mortuum #5A2E24
RGB
CMYK
RGB Variations
Color information
#5A2E24 (or 0x5A2E24) is known color: Caput Mortuum. HEX triplet: 5A, 2E and 24. RGB value is (90,46,36). Sum of RGB (Red+Green+Blue) = 90+46+36=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2E24 is #A5D1DB. Grayscale: #3A3A3A. Windows color (decimal): -10867164 or 2371162. OLE color: 2371162.
HSL color Cylindrical-coordinate representation of color #5A2E24: hue angle of 11.11º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A2E24 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 46 | 36 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.65 |
| HSL | 11.11º | 0.43% | 0.25% | - |
| HSV(B) | 11.11º | 0.6% | 0.35% | - |
| XYZ | 5.51 | 4.26 | 2.2 | - |
| YUV | 58.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 36 | 0 | 0.49 | 0.60 | 0.65 | 11.11 | 0.43 | 0.25 |
| Hex | 5A | 2E | 24 | 0 | 31 | 3C | 41 | B | 2B | 19 |
| Octal | 132 | 56 | 44 | 0 | 61 | 74 | 101 | 13 | 53 | 31 |
| Binary | 1011010 | 101110 | 100100 | 0 | 110001 | 111100 | 1000001 | 1011 | 101011 | 11001 |
Color Harmonies of #5A2E24
Complementary color
Monochromatic Colors of #5A2E24
Black with #5A2E24
Text Example
Text Example
White with #5A2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2E24; }
p { color: rgb(90,46,36); }
H1.HeaderClassName
{
color: #5A2E24;
}
.AnyTagClassName
{
color: #5A2E24;
}
</style>
background-color css
<style>
a { background-color: #5A2E24; }
a { background-color: rgb(90,46,36); }
div.DivClassName
{
background-color: #5A2E24;
}
.BgClassName
{
background-color: #5A2E24;
}
</style>
border-color css
<style>
span { border-color: #5A2E24; }
span { border-color: rgb(90,46,36); }
td.TdClassName
{
border-color: #5A2E24;
}
.TagClassName
{
border-color: #5A2E24;
}
</style>