Shades of Caput Mortuum #501B0F
Tints of Caput Mortuum #501B0F
RGB
CMYK
RGB Variations
Color information
#501B0F (or 0x501B0F) is known color: Caput Mortuum. HEX triplet: 50, 1B and 0F. RGB value is (80,27,15). Sum of RGB (Red+Green+Blue) = 80+27+15=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501B0F is #AFE4F0. Grayscale: #292929. Windows color (decimal): -11527409 or 990032. OLE color: 990032.
HSL color Cylindrical-coordinate representation of color #501B0F: hue angle of 11.08º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501B0F is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 15 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.69 |
| HSL | 11.08º | 0.68% | 0.19% | - |
| HSV(B) | 11.08º | 0.81% | 0.31% | - |
| XYZ | 3.79 | 2.52 | 0.74 | - |
| YUV | 41.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 15 | 0 | 0.66 | 0.81 | 0.69 | 11.08 | 0.68 | 0.19 |
| Hex | 50 | 1B | F | 0 | 42 | 51 | 45 | B | 44 | 13 |
| Octal | 120 | 33 | 17 | 0 | 102 | 121 | 105 | 13 | 104 | 23 |
| Binary | 1010000 | 11011 | 1111 | 0 | 1000010 | 1010001 | 1000101 | 1011 | 1000100 | 10011 |
Color Harmonies of #501B0F
Complementary color
Monochromatic Colors of #501B0F
Black with #501B0F
Text Example
Text Example
White with #501B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B0F; }
p { color: rgb(80,27,15); }
H1.HeaderClassName
{
color: #501B0F;
}
.AnyTagClassName
{
color: #501B0F;
}
</style>
background-color css
<style>
a { background-color: #501B0F; }
a { background-color: rgb(80,27,15); }
div.DivClassName
{
background-color: #501B0F;
}
.BgClassName
{
background-color: #501B0F;
}
</style>
border-color css
<style>
span { border-color: #501B0F; }
span { border-color: rgb(80,27,15); }
td.TdClassName
{
border-color: #501B0F;
}
.TagClassName
{
border-color: #501B0F;
}
</style>