Shades of Caput Mortuum #521A07
Tints of Caput Mortuum #521A07
RGB
CMYK
RGB Variations
Color information
#521A07 (or 0x521A07) is known color: Caput Mortuum. HEX triplet: 52, 1A and 07. RGB value is (82,26,7). Sum of RGB (Red+Green+Blue) = 82+26+7=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #521A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521A07 is #ADE5F8. Grayscale: #282828. Windows color (decimal): -11396601 or 465490. OLE color: 465490.
HSL color Cylindrical-coordinate representation of color #521A07: hue angle of 15.2º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #521A07 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 26 | 7 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.68 |
| HSL | 15.2º | 0.84% | 0.17% | - |
| HSV(B) | 15.2º | 0.91% | 0.32% | - |
| XYZ | 3.89 | 2.55 | 0.49 | - |
| YUV | 40.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 7 | 0 | 0.68 | 0.91 | 0.68 | 15.2 | 0.84 | 0.17 |
| Hex | 52 | 1A | 7 | 0 | 44 | 5B | 44 | F | 54 | 11 |
| Octal | 122 | 32 | 7 | 0 | 104 | 133 | 104 | 17 | 124 | 21 |
| Binary | 1010010 | 11010 | 111 | 0 | 1000100 | 1011011 | 1000100 | 1111 | 1010100 | 10001 |
Color Harmonies of #521A07
Complementary color
Monochromatic Colors of #521A07
Black with #521A07
Text Example
Text Example
White with #521A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A07; }
p { color: rgb(82,26,7); }
H1.HeaderClassName
{
color: #521A07;
}
.AnyTagClassName
{
color: #521A07;
}
</style>
background-color css
<style>
a { background-color: #521A07; }
a { background-color: rgb(82,26,7); }
div.DivClassName
{
background-color: #521A07;
}
.BgClassName
{
background-color: #521A07;
}
</style>
border-color css
<style>
span { border-color: #521A07; }
span { border-color: rgb(82,26,7); }
td.TdClassName
{
border-color: #521A07;
}
.TagClassName
{
border-color: #521A07;
}
</style>