Shades of Caput Mortuum #521E14
Tints of Caput Mortuum #521E14
RGB
CMYK
RGB Variations
Color information
#521E14 (or 0x521E14) is known color: Caput Mortuum. HEX triplet: 52, 1E and 14. RGB value is (82,30,20). Sum of RGB (Red+Green+Blue) = 82+30+20=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #521E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521E14 is #ADE1EB. Grayscale: #2C2C2C. Windows color (decimal): -11395564 or 1318482. OLE color: 1318482.
HSL color Cylindrical-coordinate representation of color #521E14: hue angle of 9.68º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521E14 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 30 | 20 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.68 |
| HSL | 9.68º | 0.61% | 0.2% | - |
| HSV(B) | 9.68º | 0.76% | 0.32% | - |
| XYZ | 4.07 | 2.77 | 0.98 | - |
| YUV | 44.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 20 | 0 | 0.63 | 0.76 | 0.68 | 9.68 | 0.61 | 0.2 |
| Hex | 52 | 1E | 14 | 0 | 3F | 4C | 44 | A | 3D | 14 |
| Octal | 122 | 36 | 24 | 0 | 77 | 114 | 104 | 12 | 75 | 24 |
| Binary | 1010010 | 11110 | 10100 | 0 | 111111 | 1001100 | 1000100 | 1010 | 111101 | 10100 |
Color Harmonies of #521E14
Complementary color
Monochromatic Colors of #521E14
Black with #521E14
Text Example
Text Example
White with #521E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521E14; }
p { color: rgb(82,30,20); }
H1.HeaderClassName
{
color: #521E14;
}
.AnyTagClassName
{
color: #521E14;
}
</style>
background-color css
<style>
a { background-color: #521E14; }
a { background-color: rgb(82,30,20); }
div.DivClassName
{
background-color: #521E14;
}
.BgClassName
{
background-color: #521E14;
}
</style>
border-color css
<style>
span { border-color: #521E14; }
span { border-color: rgb(82,30,20); }
td.TdClassName
{
border-color: #521E14;
}
.TagClassName
{
border-color: #521E14;
}
</style>