Shades of Caput Mortuum #502019
Tints of Caput Mortuum #502019
RGB
CMYK
RGB Variations
Color information
#502019 (or 0x502019) is known color: Caput Mortuum. HEX triplet: 50, 20 and 19. RGB value is (80,32,25). Sum of RGB (Red+Green+Blue) = 80+32+25=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #502019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502019 is #AFDFE6. Grayscale: #2D2D2D. Windows color (decimal): -11526119 or 1646672. OLE color: 1646672.
HSL color Cylindrical-coordinate representation of color #502019: hue angle of 7.64º 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 #502019 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 25 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.69 |
| HSL | 7.64º | 0.52% | 0.21% | - |
| HSV(B) | 7.64º | 0.69% | 0.31% | - |
| XYZ | 4 | 2.81 | 1.25 | - |
| YUV | 45.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 25 | 0 | 0.60 | 0.69 | 0.69 | 7.64 | 0.52 | 0.21 |
| Hex | 50 | 20 | 19 | 0 | 3C | 45 | 45 | 8 | 34 | 15 |
| Octal | 120 | 40 | 31 | 0 | 74 | 105 | 105 | 10 | 64 | 25 |
| Binary | 1010000 | 100000 | 11001 | 0 | 111100 | 1000101 | 1000101 | 1000 | 110100 | 10101 |
Color Harmonies of #502019
Complementary color
Monochromatic Colors of #502019
Black with #502019
Text Example
Text Example
White with #502019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502019; }
p { color: rgb(80,32,25); }
H1.HeaderClassName
{
color: #502019;
}
.AnyTagClassName
{
color: #502019;
}
</style>
background-color css
<style>
a { background-color: #502019; }
a { background-color: rgb(80,32,25); }
div.DivClassName
{
background-color: #502019;
}
.BgClassName
{
background-color: #502019;
}
</style>
border-color css
<style>
span { border-color: #502019; }
span { border-color: rgb(80,32,25); }
td.TdClassName
{
border-color: #502019;
}
.TagClassName
{
border-color: #502019;
}
</style>