Shades of Caput Mortuum #521B10
Tints of Caput Mortuum #521B10
RGB
CMYK
RGB Variations
Color information
#521B10 (or 0x521B10) is known color: Caput Mortuum. HEX triplet: 52, 1B and 10. RGB value is (82,27,16). Sum of RGB (Red+Green+Blue) = 82+27+16=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #521B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B10 is #ADE4EF. Grayscale: #2A2A2A. Windows color (decimal): -11396336 or 1055570. OLE color: 1055570.
HSL color Cylindrical-coordinate representation of color #521B10: hue angle of 10º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521B10 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 16 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.68 |
| HSL | 10º | 0.67% | 0.19% | - |
| HSV(B) | 10º | 0.8% | 0.32% | - |
| XYZ | 3.97 | 2.62 | 0.79 | - |
| YUV | 42.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 16 | 0 | 0.67 | 0.80 | 0.68 | 10 | 0.67 | 0.19 |
| Hex | 52 | 1B | 10 | 0 | 43 | 50 | 44 | A | 43 | 13 |
| Octal | 122 | 33 | 20 | 0 | 103 | 120 | 104 | 12 | 103 | 23 |
| Binary | 1010010 | 11011 | 10000 | 0 | 1000011 | 1010000 | 1000100 | 1010 | 1000011 | 10011 |
Color Harmonies of #521B10
Complementary color
Monochromatic Colors of #521B10
Black with #521B10
Text Example
Text Example
White with #521B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B10; }
p { color: rgb(82,27,16); }
H1.HeaderClassName
{
color: #521B10;
}
.AnyTagClassName
{
color: #521B10;
}
</style>
background-color css
<style>
a { background-color: #521B10; }
a { background-color: rgb(82,27,16); }
div.DivClassName
{
background-color: #521B10;
}
.BgClassName
{
background-color: #521B10;
}
</style>
border-color css
<style>
span { border-color: #521B10; }
span { border-color: rgb(82,27,16); }
td.TdClassName
{
border-color: #521B10;
}
.TagClassName
{
border-color: #521B10;
}
</style>