Shades of Caput Mortuum #502825
Tints of Caput Mortuum #502825
RGB
CMYK
RGB Variations
Color information
#502825 (or 0x502825) is known color: Caput Mortuum. HEX triplet: 50, 28 and 25. RGB value is (80,40,37). Sum of RGB (Red+Green+Blue) = 80+40+37=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #502825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502825 is #AFD7DA. Grayscale: #333333. Windows color (decimal): -11524059 or 2435152. OLE color: 2435152.
HSL color Cylindrical-coordinate representation of color #502825: hue angle of 4.19º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502825 is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 40 | 37 | - |
| CMYK | 0 | 0.5 | 0.54 | 0.69 |
| HSL | 4.19º | 0.37% | 0.23% | - |
| HSV(B) | 4.19º | 0.54% | 0.31% | - |
| XYZ | 4.4 | 3.36 | 2.17 | - |
| YUV | 51.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 37 | 0 | 0.5 | 0.54 | 0.69 | 4.19 | 0.37 | 0.23 |
| Hex | 50 | 28 | 25 | 0 | 32 | 36 | 45 | 4 | 25 | 17 |
| Octal | 120 | 50 | 45 | 0 | 62 | 66 | 105 | 4 | 45 | 27 |
| Binary | 1010000 | 101000 | 100101 | 0 | 110010 | 110110 | 1000101 | 100 | 100101 | 10111 |
Color Harmonies of #502825
Complementary color
Monochromatic Colors of #502825
Black with #502825
Text Example
Text Example
White with #502825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502825; }
p { color: rgb(80,40,37); }
H1.HeaderClassName
{
color: #502825;
}
.AnyTagClassName
{
color: #502825;
}
</style>
background-color css
<style>
a { background-color: #502825; }
a { background-color: rgb(80,40,37); }
div.DivClassName
{
background-color: #502825;
}
.BgClassName
{
background-color: #502825;
}
</style>
border-color css
<style>
span { border-color: #502825; }
span { border-color: rgb(80,40,37); }
td.TdClassName
{
border-color: #502825;
}
.TagClassName
{
border-color: #502825;
}
</style>