Shades of Caput Mortuum #502824
Tints of Caput Mortuum #502824
RGB
CMYK
RGB Variations
Color information
#502824 (or 0x502824) is known color: Caput Mortuum. HEX triplet: 50, 28 and 24. RGB value is (80,40,36). Sum of RGB (Red+Green+Blue) = 80+40+36=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #502824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502824 is #AFD7DB. Grayscale: #333333. Windows color (decimal): -11524060 or 2369616. OLE color: 2369616.
HSL color Cylindrical-coordinate representation of color #502824: hue angle of 5.45º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502824 is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 40 | 36 | - |
| CMYK | 0 | 0.5 | 0.55 | 0.69 |
| HSL | 5.45º | 0.38% | 0.23% | - |
| HSV(B) | 5.45º | 0.55% | 0.31% | - |
| XYZ | 4.39 | 3.35 | 2.08 | - |
| YUV | 51.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 36 | 0 | 0.5 | 0.55 | 0.69 | 5.45 | 0.38 | 0.23 |
| Hex | 50 | 28 | 24 | 0 | 32 | 37 | 45 | 5 | 26 | 17 |
| Octal | 120 | 50 | 44 | 0 | 62 | 67 | 105 | 5 | 46 | 27 |
| Binary | 1010000 | 101000 | 100100 | 0 | 110010 | 110111 | 1000101 | 101 | 100110 | 10111 |
Color Harmonies of #502824
Complementary color
Monochromatic Colors of #502824
Black with #502824
Text Example
Text Example
White with #502824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502824; }
p { color: rgb(80,40,36); }
H1.HeaderClassName
{
color: #502824;
}
.AnyTagClassName
{
color: #502824;
}
</style>
background-color css
<style>
a { background-color: #502824; }
a { background-color: rgb(80,40,36); }
div.DivClassName
{
background-color: #502824;
}
.BgClassName
{
background-color: #502824;
}
</style>
border-color css
<style>
span { border-color: #502824; }
span { border-color: rgb(80,40,36); }
td.TdClassName
{
border-color: #502824;
}
.TagClassName
{
border-color: #502824;
}
</style>