Shades of Caput Mortuum #50190C
Tints of Caput Mortuum #50190C
RGB
CMYK
RGB Variations
Color information
#50190C (or 0x50190C) is known color: Caput Mortuum. HEX triplet: 50, 19 and 0C. RGB value is (80,25,12). Sum of RGB (Red+Green+Blue) = 80+25+12=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #50190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50190C is #AFE6F3. Grayscale: #282828. Windows color (decimal): -11527924 or 792912. OLE color: 792912.
HSL color Cylindrical-coordinate representation of color #50190C: hue angle of 11.47º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50190C is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 12 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.69 |
| HSL | 11.47º | 0.74% | 0.18% | - |
| HSV(B) | 11.47º | 0.85% | 0.31% | - |
| XYZ | 3.72 | 2.43 | 0.62 | - |
| YUV | 39.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 12 | 0 | 0.69 | 0.85 | 0.69 | 11.47 | 0.74 | 0.18 |
| Hex | 50 | 19 | C | 0 | 45 | 55 | 45 | B | 4A | 12 |
| Octal | 120 | 31 | 14 | 0 | 105 | 125 | 105 | 13 | 112 | 22 |
| Binary | 1010000 | 11001 | 1100 | 0 | 1000101 | 1010101 | 1000101 | 1011 | 1001010 | 10010 |
Color Harmonies of #50190C
Complementary color
Monochromatic Colors of #50190C
Black with #50190C
Text Example
Text Example
White with #50190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50190C; }
p { color: rgb(80,25,12); }
H1.HeaderClassName
{
color: #50190C;
}
.AnyTagClassName
{
color: #50190C;
}
</style>
background-color css
<style>
a { background-color: #50190C; }
a { background-color: rgb(80,25,12); }
div.DivClassName
{
background-color: #50190C;
}
.BgClassName
{
background-color: #50190C;
}
</style>
border-color css
<style>
span { border-color: #50190C; }
span { border-color: rgb(80,25,12); }
td.TdClassName
{
border-color: #50190C;
}
.TagClassName
{
border-color: #50190C;
}
</style>