Shades of Caput Mortuum #50190B
Tints of Caput Mortuum #50190B
RGB
CMYK
RGB Variations
Color information
#50190B (or 0x50190B) is known color: Caput Mortuum. HEX triplet: 50, 19 and 0B. RGB value is (80,25,11). Sum of RGB (Red+Green+Blue) = 80+25+11=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #50190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50190B is #AFE6F4. Grayscale: #272727. Windows color (decimal): -11527925 or 727376. OLE color: 727376.
HSL color Cylindrical-coordinate representation of color #50190B: hue angle of 12.17º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50190B is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 11 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.69 |
| HSL | 12.17º | 0.76% | 0.18% | - |
| HSV(B) | 12.17º | 0.86% | 0.31% | - |
| XYZ | 3.72 | 2.42 | 0.59 | - |
| YUV | 39.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 11 | 0 | 0.69 | 0.86 | 0.69 | 12.17 | 0.76 | 0.18 |
| Hex | 50 | 19 | B | 0 | 45 | 56 | 45 | C | 4C | 12 |
| Octal | 120 | 31 | 13 | 0 | 105 | 126 | 105 | 14 | 114 | 22 |
| Binary | 1010000 | 11001 | 1011 | 0 | 1000101 | 1010110 | 1000101 | 1100 | 1001100 | 10010 |
Color Harmonies of #50190B
Complementary color
Monochromatic Colors of #50190B
Black with #50190B
Text Example
Text Example
White with #50190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50190B; }
p { color: rgb(80,25,11); }
H1.HeaderClassName
{
color: #50190B;
}
.AnyTagClassName
{
color: #50190B;
}
</style>
background-color css
<style>
a { background-color: #50190B; }
a { background-color: rgb(80,25,11); }
div.DivClassName
{
background-color: #50190B;
}
.BgClassName
{
background-color: #50190B;
}
</style>
border-color css
<style>
span { border-color: #50190B; }
span { border-color: rgb(80,25,11); }
td.TdClassName
{
border-color: #50190B;
}
.TagClassName
{
border-color: #50190B;
}
</style>