Shades of Caput Mortuum #501B13
Tints of Caput Mortuum #501B13
RGB
CMYK
RGB Variations
Color information
#501B13 (or 0x501B13) is known color: Caput Mortuum. HEX triplet: 50, 1B and 13. RGB value is (80,27,19). Sum of RGB (Red+Green+Blue) = 80+27+19=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #501B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501B13 is #AFE4EC. Grayscale: #2A2A2A. Windows color (decimal): -11527405 or 1252176. OLE color: 1252176.
HSL color Cylindrical-coordinate representation of color #501B13: hue angle of 7.87º 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 #501B13 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 19 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.69 |
| HSL | 7.87º | 0.62% | 0.19% | - |
| HSV(B) | 7.87º | 0.76% | 0.31% | - |
| XYZ | 3.82 | 2.54 | 0.9 | - |
| YUV | 41.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 19 | 0 | 0.66 | 0.76 | 0.69 | 7.87 | 0.62 | 0.19 |
| Hex | 50 | 1B | 13 | 0 | 42 | 4C | 45 | 8 | 3E | 13 |
| Octal | 120 | 33 | 23 | 0 | 102 | 114 | 105 | 10 | 76 | 23 |
| Binary | 1010000 | 11011 | 10011 | 0 | 1000010 | 1001100 | 1000101 | 1000 | 111110 | 10011 |
Color Harmonies of #501B13
Complementary color
Monochromatic Colors of #501B13
Black with #501B13
Text Example
Text Example
White with #501B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B13; }
p { color: rgb(80,27,19); }
H1.HeaderClassName
{
color: #501B13;
}
.AnyTagClassName
{
color: #501B13;
}
</style>
background-color css
<style>
a { background-color: #501B13; }
a { background-color: rgb(80,27,19); }
div.DivClassName
{
background-color: #501B13;
}
.BgClassName
{
background-color: #501B13;
}
</style>
border-color css
<style>
span { border-color: #501B13; }
span { border-color: rgb(80,27,19); }
td.TdClassName
{
border-color: #501B13;
}
.TagClassName
{
border-color: #501B13;
}
</style>