Shades of Caput Mortuum #502117
Tints of Caput Mortuum #502117
RGB
CMYK
RGB Variations
Color information
#502117 (or 0x502117) is known color: Caput Mortuum. HEX triplet: 50, 21 and 17. RGB value is (80,33,23). Sum of RGB (Red+Green+Blue) = 80+33+23=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #502117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502117 is #AFDEE8. Grayscale: #2E2E2E. Windows color (decimal): -11525865 or 1515856. OLE color: 1515856.
HSL color Cylindrical-coordinate representation of color #502117: hue angle of 10.53º 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 #502117 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 23 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.69 |
| HSL | 10.53º | 0.55% | 0.2% | - |
| HSV(B) | 10.53º | 0.71% | 0.31% | - |
| XYZ | 4.01 | 2.86 | 1.15 | - |
| YUV | 45.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 23 | 0 | 0.59 | 0.71 | 0.69 | 10.53 | 0.55 | 0.2 |
| Hex | 50 | 21 | 17 | 0 | 3B | 47 | 45 | B | 37 | 14 |
| Octal | 120 | 41 | 27 | 0 | 73 | 107 | 105 | 13 | 67 | 24 |
| Binary | 1010000 | 100001 | 10111 | 0 | 111011 | 1000111 | 1000101 | 1011 | 110111 | 10100 |
Color Harmonies of #502117
Complementary color
Monochromatic Colors of #502117
Black with #502117
Text Example
Text Example
White with #502117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502117; }
p { color: rgb(80,33,23); }
H1.HeaderClassName
{
color: #502117;
}
.AnyTagClassName
{
color: #502117;
}
</style>
background-color css
<style>
a { background-color: #502117; }
a { background-color: rgb(80,33,23); }
div.DivClassName
{
background-color: #502117;
}
.BgClassName
{
background-color: #502117;
}
</style>
border-color css
<style>
span { border-color: #502117; }
span { border-color: rgb(80,33,23); }
td.TdClassName
{
border-color: #502117;
}
.TagClassName
{
border-color: #502117;
}
</style>