Shades of Caput Mortuum #52211A
Tints of Caput Mortuum #52211A
RGB
CMYK
RGB Variations
Color information
#52211A (or 0x52211A) is known color: Caput Mortuum. HEX triplet: 52, 21 and 1A. RGB value is (82,33,26). Sum of RGB (Red+Green+Blue) = 82+33+26=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #52211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52211A is #ADDEE5. Grayscale: #2E2E2E. Windows color (decimal): -11394790 or 1712466. OLE color: 1712466.
HSL color Cylindrical-coordinate representation of color #52211A: hue angle of 7.5º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52211A is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 33 | 26 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.68 |
| HSL | 7.5º | 0.52% | 0.21% | - |
| HSV(B) | 7.5º | 0.68% | 0.32% | - |
| XYZ | 4.21 | 2.96 | 1.33 | - |
| YUV | 46.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 26 | 0 | 0.60 | 0.68 | 0.68 | 7.5 | 0.52 | 0.21 |
| Hex | 52 | 21 | 1A | 0 | 3C | 44 | 44 | 8 | 34 | 15 |
| Octal | 122 | 41 | 32 | 0 | 74 | 104 | 104 | 10 | 64 | 25 |
| Binary | 1010010 | 100001 | 11010 | 0 | 111100 | 1000100 | 1000100 | 1000 | 110100 | 10101 |
Color Harmonies of #52211A
Complementary color
Monochromatic Colors of #52211A
Black with #52211A
Text Example
Text Example
White with #52211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52211A; }
p { color: rgb(82,33,26); }
H1.HeaderClassName
{
color: #52211A;
}
.AnyTagClassName
{
color: #52211A;
}
</style>
background-color css
<style>
a { background-color: #52211A; }
a { background-color: rgb(82,33,26); }
div.DivClassName
{
background-color: #52211A;
}
.BgClassName
{
background-color: #52211A;
}
</style>
border-color css
<style>
span { border-color: #52211A; }
span { border-color: rgb(82,33,26); }
td.TdClassName
{
border-color: #52211A;
}
.TagClassName
{
border-color: #52211A;
}
</style>