Shades of Caput Mortuum #5A2824
Tints of Caput Mortuum #5A2824
RGB
CMYK
RGB Variations
Color information
#5A2824 (or 0x5A2824) is known color: Caput Mortuum. HEX triplet: 5A, 28 and 24. RGB value is (90,40,36). Sum of RGB (Red+Green+Blue) = 90+40+36=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2824 is #A5D7DB. Grayscale: #363636. Windows color (decimal): -10868700 or 2369626. OLE color: 2369626.
HSL color Cylindrical-coordinate representation of color #5A2824: hue angle of 4.44º 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 #5A2824 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 40 | 36 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.65 |
| HSL | 4.44º | 0.43% | 0.25% | - |
| HSV(B) | 4.44º | 0.6% | 0.35% | - |
| XYZ | 5.29 | 3.82 | 2.13 | - |
| YUV | 54.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 36 | 0 | 0.56 | 0.60 | 0.65 | 4.44 | 0.43 | 0.25 |
| Hex | 5A | 28 | 24 | 0 | 38 | 3C | 41 | 4 | 2B | 19 |
| Octal | 132 | 50 | 44 | 0 | 70 | 74 | 101 | 4 | 53 | 31 |
| Binary | 1011010 | 101000 | 100100 | 0 | 111000 | 111100 | 1000001 | 100 | 101011 | 11001 |
Color Harmonies of #5A2824
Complementary color
Monochromatic Colors of #5A2824
Black with #5A2824
Text Example
Text Example
White with #5A2824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2824; }
p { color: rgb(90,40,36); }
H1.HeaderClassName
{
color: #5A2824;
}
.AnyTagClassName
{
color: #5A2824;
}
</style>
background-color css
<style>
a { background-color: #5A2824; }
a { background-color: rgb(90,40,36); }
div.DivClassName
{
background-color: #5A2824;
}
.BgClassName
{
background-color: #5A2824;
}
</style>
border-color css
<style>
span { border-color: #5A2824; }
span { border-color: rgb(90,40,36); }
td.TdClassName
{
border-color: #5A2824;
}
.TagClassName
{
border-color: #5A2824;
}
</style>