Shades of Caput Mortuum #501C12
Tints of Caput Mortuum #501C12
RGB
CMYK
RGB Variations
Color information
#501C12 (or 0x501C12) is known color: Caput Mortuum. HEX triplet: 50, 1C and 12. RGB value is (80,28,18). Sum of RGB (Red+Green+Blue) = 80+28+18=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #501C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C12 is #AFE3ED. Grayscale: #2A2A2A. Windows color (decimal): -11527150 or 1186896. OLE color: 1186896.
HSL color Cylindrical-coordinate representation of color #501C12: hue angle of 9.68º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501C12 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 18 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.69 |
| HSL | 9.68º | 0.63% | 0.19% | - |
| HSV(B) | 9.68º | 0.78% | 0.31% | - |
| XYZ | 3.83 | 2.58 | 0.87 | - |
| YUV | 42.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 18 | 0 | 0.65 | 0.78 | 0.69 | 9.68 | 0.63 | 0.19 |
| Hex | 50 | 1C | 12 | 0 | 41 | 4E | 45 | A | 3F | 13 |
| Octal | 120 | 34 | 22 | 0 | 101 | 116 | 105 | 12 | 77 | 23 |
| Binary | 1010000 | 11100 | 10010 | 0 | 1000001 | 1001110 | 1000101 | 1010 | 111111 | 10011 |
Color Harmonies of #501C12
Complementary color
Monochromatic Colors of #501C12
Black with #501C12
Text Example
Text Example
White with #501C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C12; }
p { color: rgb(80,28,18); }
H1.HeaderClassName
{
color: #501C12;
}
.AnyTagClassName
{
color: #501C12;
}
</style>
background-color css
<style>
a { background-color: #501C12; }
a { background-color: rgb(80,28,18); }
div.DivClassName
{
background-color: #501C12;
}
.BgClassName
{
background-color: #501C12;
}
</style>
border-color css
<style>
span { border-color: #501C12; }
span { border-color: rgb(80,28,18); }
td.TdClassName
{
border-color: #501C12;
}
.TagClassName
{
border-color: #501C12;
}
</style>