Shades of Caput Mortuum #511B0F
Tints of Caput Mortuum #511B0F
RGB
CMYK
RGB Variations
Color information
#511B0F (or 0x511B0F) is known color: Caput Mortuum. HEX triplet: 51, 1B and 0F. RGB value is (81,27,15). Sum of RGB (Red+Green+Blue) = 81+27+15=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #511B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511B0F is #AEE4F0. Grayscale: #292929. Windows color (decimal): -11461873 or 990033. OLE color: 990033.
HSL color Cylindrical-coordinate representation of color #511B0F: hue angle of 10.91º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511B0F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 27 | 15 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.68 |
| HSL | 10.91º | 0.69% | 0.19% | - |
| HSV(B) | 10.91º | 0.81% | 0.32% | - |
| XYZ | 3.87 | 2.57 | 0.74 | - |
| YUV | 41.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 15 | 0 | 0.67 | 0.81 | 0.68 | 10.91 | 0.69 | 0.19 |
| Hex | 51 | 1B | F | 0 | 43 | 51 | 44 | B | 45 | 13 |
| Octal | 121 | 33 | 17 | 0 | 103 | 121 | 104 | 13 | 105 | 23 |
| Binary | 1010001 | 11011 | 1111 | 0 | 1000011 | 1010001 | 1000100 | 1011 | 1000101 | 10011 |
Color Harmonies of #511B0F
Complementary color
Monochromatic Colors of #511B0F
Black with #511B0F
Text Example
Text Example
White with #511B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511B0F; }
p { color: rgb(81,27,15); }
H1.HeaderClassName
{
color: #511B0F;
}
.AnyTagClassName
{
color: #511B0F;
}
</style>
background-color css
<style>
a { background-color: #511B0F; }
a { background-color: rgb(81,27,15); }
div.DivClassName
{
background-color: #511B0F;
}
.BgClassName
{
background-color: #511B0F;
}
</style>
border-color css
<style>
span { border-color: #511B0F; }
span { border-color: rgb(81,27,15); }
td.TdClassName
{
border-color: #511B0F;
}
.TagClassName
{
border-color: #511B0F;
}
</style>