Shades of Caput Mortuum #502219
Tints of Caput Mortuum #502219
RGB
CMYK
RGB Variations
Color information
#502219 (or 0x502219) is known color: Caput Mortuum. HEX triplet: 50, 22 and 19. RGB value is (80,34,25). Sum of RGB (Red+Green+Blue) = 80+34+25=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #502219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502219 is #AFDDE6. Grayscale: #2E2E2E. Windows color (decimal): -11525607 or 1647184. OLE color: 1647184.
HSL color Cylindrical-coordinate representation of color #502219: hue angle of 9.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502219 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 34 | 25 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.69 |
| HSL | 9.82º | 0.52% | 0.21% | - |
| HSV(B) | 9.82º | 0.69% | 0.31% | - |
| XYZ | 4.06 | 2.92 | 1.27 | - |
| YUV | 46.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 25 | 0 | 0.58 | 0.69 | 0.69 | 9.82 | 0.52 | 0.21 |
| Hex | 50 | 22 | 19 | 0 | 3A | 45 | 45 | A | 34 | 15 |
| Octal | 120 | 42 | 31 | 0 | 72 | 105 | 105 | 12 | 64 | 25 |
| Binary | 1010000 | 100010 | 11001 | 0 | 111010 | 1000101 | 1000101 | 1010 | 110100 | 10101 |
Color Harmonies of #502219
Complementary color
Monochromatic Colors of #502219
Black with #502219
Text Example
Text Example
White with #502219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502219; }
p { color: rgb(80,34,25); }
H1.HeaderClassName
{
color: #502219;
}
.AnyTagClassName
{
color: #502219;
}
</style>
background-color css
<style>
a { background-color: #502219; }
a { background-color: rgb(80,34,25); }
div.DivClassName
{
background-color: #502219;
}
.BgClassName
{
background-color: #502219;
}
</style>
border-color css
<style>
span { border-color: #502219; }
span { border-color: rgb(80,34,25); }
td.TdClassName
{
border-color: #502219;
}
.TagClassName
{
border-color: #502219;
}
</style>