Shades of Caput Mortuum #502017
Tints of Caput Mortuum #502017
RGB
CMYK
RGB Variations
Color information
#502017 (or 0x502017) is known color: Caput Mortuum. HEX triplet: 50, 20 and 17. RGB value is (80,32,23). Sum of RGB (Red+Green+Blue) = 80+32+23=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #502017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502017 is #AFDFE8. Grayscale: #2D2D2D. Windows color (decimal): -11526121 or 1515600. OLE color: 1515600.
HSL color Cylindrical-coordinate representation of color #502017: hue angle of 9.47º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #502017 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 23 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.69 |
| HSL | 9.47º | 0.55% | 0.2% | - |
| HSV(B) | 9.47º | 0.71% | 0.31% | - |
| XYZ | 3.98 | 2.8 | 1.14 | - |
| YUV | 45.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 23 | 0 | 0.60 | 0.71 | 0.69 | 9.47 | 0.55 | 0.2 |
| Hex | 50 | 20 | 17 | 0 | 3C | 47 | 45 | 9 | 37 | 14 |
| Octal | 120 | 40 | 27 | 0 | 74 | 107 | 105 | 11 | 67 | 24 |
| Binary | 1010000 | 100000 | 10111 | 0 | 111100 | 1000111 | 1000101 | 1001 | 110111 | 10100 |
Color Harmonies of #502017
Complementary color
Monochromatic Colors of #502017
Black with #502017
Text Example
Text Example
White with #502017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502017; }
p { color: rgb(80,32,23); }
H1.HeaderClassName
{
color: #502017;
}
.AnyTagClassName
{
color: #502017;
}
</style>
background-color css
<style>
a { background-color: #502017; }
a { background-color: rgb(80,32,23); }
div.DivClassName
{
background-color: #502017;
}
.BgClassName
{
background-color: #502017;
}
</style>
border-color css
<style>
span { border-color: #502017; }
span { border-color: rgb(80,32,23); }
td.TdClassName
{
border-color: #502017;
}
.TagClassName
{
border-color: #502017;
}
</style>