Shades of Caput Mortuum #521C0A
Tints of Caput Mortuum #521C0A
RGB
CMYK
RGB Variations
Color information
#521C0A (or 0x521C0A) is known color: Caput Mortuum. HEX triplet: 52, 1C and 0A. RGB value is (82,28,10). Sum of RGB (Red+Green+Blue) = 82+28+10=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #521C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521C0A is #ADE3F5. Grayscale: #2A2A2A. Windows color (decimal): -11396086 or 662610. OLE color: 662610.
HSL color Cylindrical-coordinate representation of color #521C0A: hue angle of 15º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521C0A is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 10 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.68 |
| HSL | 15º | 0.78% | 0.18% | - |
| HSV(B) | 15º | 0.88% | 0.32% | - |
| XYZ | 3.95 | 2.65 | 0.59 | - |
| YUV | 42.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 10 | 0 | 0.66 | 0.88 | 0.68 | 15 | 0.78 | 0.18 |
| Hex | 52 | 1C | A | 0 | 42 | 58 | 44 | F | 4E | 12 |
| Octal | 122 | 34 | 12 | 0 | 102 | 130 | 104 | 17 | 116 | 22 |
| Binary | 1010010 | 11100 | 1010 | 0 | 1000010 | 1011000 | 1000100 | 1111 | 1001110 | 10010 |
Color Harmonies of #521C0A
Complementary color
Monochromatic Colors of #521C0A
Black with #521C0A
Text Example
Text Example
White with #521C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C0A; }
p { color: rgb(82,28,10); }
H1.HeaderClassName
{
color: #521C0A;
}
.AnyTagClassName
{
color: #521C0A;
}
</style>
background-color css
<style>
a { background-color: #521C0A; }
a { background-color: rgb(82,28,10); }
div.DivClassName
{
background-color: #521C0A;
}
.BgClassName
{
background-color: #521C0A;
}
</style>
border-color css
<style>
span { border-color: #521C0A; }
span { border-color: rgb(82,28,10); }
td.TdClassName
{
border-color: #521C0A;
}
.TagClassName
{
border-color: #521C0A;
}
</style>