Shades of Caput Mortuum #521D0B
Tints of Caput Mortuum #521D0B
RGB
CMYK
RGB Variations
Color information
#521D0B (or 0x521D0B) is known color: Caput Mortuum. HEX triplet: 52, 1D and 0B. RGB value is (82,29,11). Sum of RGB (Red+Green+Blue) = 82+29+11=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #521D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D0B is #ADE2F4. Grayscale: #2A2A2A. Windows color (decimal): -11395829 or 728402. OLE color: 728402.
HSL color Cylindrical-coordinate representation of color #521D0B: hue angle of 15.21º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521D0B is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 29 | 11 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.68 |
| HSL | 15.21º | 0.76% | 0.18% | - |
| HSV(B) | 15.21º | 0.87% | 0.32% | - |
| XYZ | 3.98 | 2.7 | 0.63 | - |
| YUV | 42.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 11 | 0 | 0.65 | 0.87 | 0.68 | 15.21 | 0.76 | 0.18 |
| Hex | 52 | 1D | B | 0 | 41 | 57 | 44 | F | 4C | 12 |
| Octal | 122 | 35 | 13 | 0 | 101 | 127 | 104 | 17 | 114 | 22 |
| Binary | 1010010 | 11101 | 1011 | 0 | 1000001 | 1010111 | 1000100 | 1111 | 1001100 | 10010 |
Color Harmonies of #521D0B
Complementary color
Monochromatic Colors of #521D0B
Black with #521D0B
Text Example
Text Example
White with #521D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D0B; }
p { color: rgb(82,29,11); }
H1.HeaderClassName
{
color: #521D0B;
}
.AnyTagClassName
{
color: #521D0B;
}
</style>
background-color css
<style>
a { background-color: #521D0B; }
a { background-color: rgb(82,29,11); }
div.DivClassName
{
background-color: #521D0B;
}
.BgClassName
{
background-color: #521D0B;
}
</style>
border-color css
<style>
span { border-color: #521D0B; }
span { border-color: rgb(82,29,11); }
td.TdClassName
{
border-color: #521D0B;
}
.TagClassName
{
border-color: #521D0B;
}
</style>