Shades of Caput Mortuum #502213
Tints of Caput Mortuum #502213
RGB
CMYK
RGB Variations
Color information
#502213 (or 0x502213) is known color: Caput Mortuum. HEX triplet: 50, 22 and 13. RGB value is (80,34,19). Sum of RGB (Red+Green+Blue) = 80+34+19=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #502213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502213 is #AFDDEC. Grayscale: #2E2E2E. Windows color (decimal): -11525613 or 1253968. OLE color: 1253968.
HSL color Cylindrical-coordinate representation of color #502213: hue angle of 14.75º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502213 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 34 | 19 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.69 |
| HSL | 14.75º | 0.62% | 0.19% | - |
| HSV(B) | 14.75º | 0.76% | 0.31% | - |
| XYZ | 4 | 2.9 | 0.96 | - |
| YUV | 46.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 19 | 0 | 0.58 | 0.76 | 0.69 | 14.75 | 0.62 | 0.19 |
| Hex | 50 | 22 | 13 | 0 | 3A | 4C | 45 | F | 3E | 13 |
| Octal | 120 | 42 | 23 | 0 | 72 | 114 | 105 | 17 | 76 | 23 |
| Binary | 1010000 | 100010 | 10011 | 0 | 111010 | 1001100 | 1000101 | 1111 | 111110 | 10011 |
Color Harmonies of #502213
Complementary color
Monochromatic Colors of #502213
Black with #502213
Text Example
Text Example
White with #502213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502213; }
p { color: rgb(80,34,19); }
H1.HeaderClassName
{
color: #502213;
}
.AnyTagClassName
{
color: #502213;
}
</style>
background-color css
<style>
a { background-color: #502213; }
a { background-color: rgb(80,34,19); }
div.DivClassName
{
background-color: #502213;
}
.BgClassName
{
background-color: #502213;
}
</style>
border-color css
<style>
span { border-color: #502213; }
span { border-color: rgb(80,34,19); }
td.TdClassName
{
border-color: #502213;
}
.TagClassName
{
border-color: #502213;
}
</style>