Shades of Caput Mortuum #512B24
Tints of Caput Mortuum #512B24
RGB
CMYK
RGB Variations
Color information
#512B24 (or 0x512B24) is known color: Caput Mortuum. HEX triplet: 51, 2B and 24. RGB value is (81,43,36). Sum of RGB (Red+Green+Blue) = 81+43+36=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #512B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B24 is #AED4DB. Grayscale: #353535. Windows color (decimal): -11457756 or 2370385. OLE color: 2370385.
HSL color Cylindrical-coordinate representation of color #512B24: hue angle of 9.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #512B24 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 43 | 36 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.68 |
| HSL | 9.33º | 0.38% | 0.23% | - |
| HSV(B) | 9.33º | 0.56% | 0.32% | - |
| XYZ | 4.58 | 3.6 | 2.12 | - |
| YUV | 53.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 36 | 0 | 0.47 | 0.56 | 0.68 | 9.33 | 0.38 | 0.23 |
| Hex | 51 | 2B | 24 | 0 | 2F | 38 | 44 | 9 | 26 | 17 |
| Octal | 121 | 53 | 44 | 0 | 57 | 70 | 104 | 11 | 46 | 27 |
| Binary | 1010001 | 101011 | 100100 | 0 | 101111 | 111000 | 1000100 | 1001 | 100110 | 10111 |
Color Harmonies of #512B24
Complementary color
Monochromatic Colors of #512B24
Black with #512B24
Text Example
Text Example
White with #512B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B24; }
p { color: rgb(81,43,36); }
H1.HeaderClassName
{
color: #512B24;
}
.AnyTagClassName
{
color: #512B24;
}
</style>
background-color css
<style>
a { background-color: #512B24; }
a { background-color: rgb(81,43,36); }
div.DivClassName
{
background-color: #512B24;
}
.BgClassName
{
background-color: #512B24;
}
</style>
border-color css
<style>
span { border-color: #512B24; }
span { border-color: rgb(81,43,36); }
td.TdClassName
{
border-color: #512B24;
}
.TagClassName
{
border-color: #512B24;
}
</style>