Shades of Caput Mortuum #521E15
Tints of Caput Mortuum #521E15
RGB
CMYK
RGB Variations
Color information
#521E15 (or 0x521E15) is known color: Caput Mortuum. HEX triplet: 52, 1E and 15. RGB value is (82,30,21). Sum of RGB (Red+Green+Blue) = 82+30+21=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #521E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521E15 is #ADE1EA. Grayscale: #2C2C2C. Windows color (decimal): -11395563 or 1384018. OLE color: 1384018.
HSL color Cylindrical-coordinate representation of color #521E15: hue angle of 8.85º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521E15 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 30 | 21 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.68 |
| HSL | 8.85º | 0.59% | 0.2% | - |
| HSV(B) | 8.85º | 0.74% | 0.32% | - |
| XYZ | 4.08 | 2.78 | 1.03 | - |
| YUV | 44.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 21 | 0 | 0.63 | 0.74 | 0.68 | 8.85 | 0.59 | 0.2 |
| Hex | 52 | 1E | 15 | 0 | 3F | 4A | 44 | 9 | 3B | 14 |
| Octal | 122 | 36 | 25 | 0 | 77 | 112 | 104 | 11 | 73 | 24 |
| Binary | 1010010 | 11110 | 10101 | 0 | 111111 | 1001010 | 1000100 | 1001 | 111011 | 10100 |
Color Harmonies of #521E15
Complementary color
Monochromatic Colors of #521E15
Black with #521E15
Text Example
Text Example
White with #521E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521E15; }
p { color: rgb(82,30,21); }
H1.HeaderClassName
{
color: #521E15;
}
.AnyTagClassName
{
color: #521E15;
}
</style>
background-color css
<style>
a { background-color: #521E15; }
a { background-color: rgb(82,30,21); }
div.DivClassName
{
background-color: #521E15;
}
.BgClassName
{
background-color: #521E15;
}
</style>
border-color css
<style>
span { border-color: #521E15; }
span { border-color: rgb(82,30,21); }
td.TdClassName
{
border-color: #521E15;
}
.TagClassName
{
border-color: #521E15;
}
</style>