Shades of Caput Mortuum #521C14
Tints of Caput Mortuum #521C14
RGB
CMYK
RGB Variations
Color information
#521C14 (or 0x521C14) is known color: Caput Mortuum. HEX triplet: 52, 1C and 14. RGB value is (82,28,20). Sum of RGB (Red+Green+Blue) = 82+28+20=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #521C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521C14 is #ADE3EB. Grayscale: #2B2B2B. Windows color (decimal): -11396076 or 1317970. OLE color: 1317970.
HSL color Cylindrical-coordinate representation of color #521C14: hue angle of 7.74º 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 #521C14 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 20 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.68 |
| HSL | 7.74º | 0.61% | 0.2% | - |
| HSV(B) | 7.74º | 0.76% | 0.32% | - |
| XYZ | 4.02 | 2.67 | 0.97 | - |
| YUV | 43.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 20 | 0 | 0.66 | 0.76 | 0.68 | 7.74 | 0.61 | 0.2 |
| Hex | 52 | 1C | 14 | 0 | 42 | 4C | 44 | 8 | 3D | 14 |
| Octal | 122 | 34 | 24 | 0 | 102 | 114 | 104 | 10 | 75 | 24 |
| Binary | 1010010 | 11100 | 10100 | 0 | 1000010 | 1001100 | 1000100 | 1000 | 111101 | 10100 |
Color Harmonies of #521C14
Complementary color
Monochromatic Colors of #521C14
Black with #521C14
Text Example
Text Example
White with #521C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C14; }
p { color: rgb(82,28,20); }
H1.HeaderClassName
{
color: #521C14;
}
.AnyTagClassName
{
color: #521C14;
}
</style>
background-color css
<style>
a { background-color: #521C14; }
a { background-color: rgb(82,28,20); }
div.DivClassName
{
background-color: #521C14;
}
.BgClassName
{
background-color: #521C14;
}
</style>
border-color css
<style>
span { border-color: #521C14; }
span { border-color: rgb(82,28,20); }
td.TdClassName
{
border-color: #521C14;
}
.TagClassName
{
border-color: #521C14;
}
</style>