Shades of Caput Mortuum #52211B
Tints of Caput Mortuum #52211B
RGB
CMYK
RGB Variations
Color information
#52211B (or 0x52211B) is known color: Caput Mortuum. HEX triplet: 52, 21 and 1B. RGB value is (82,33,27). Sum of RGB (Red+Green+Blue) = 82+33+27=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #52211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52211B is #ADDEE4. Grayscale: #2F2F2F. Windows color (decimal): -11394789 or 1778002. OLE color: 1778002.
HSL color Cylindrical-coordinate representation of color #52211B: hue angle of 6.55º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52211B is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 33 | 27 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.68 |
| HSL | 6.55º | 0.5% | 0.21% | - |
| HSV(B) | 6.55º | 0.67% | 0.32% | - |
| XYZ | 4.22 | 2.96 | 1.39 | - |
| YUV | 46.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 27 | 0 | 0.60 | 0.67 | 0.68 | 6.55 | 0.5 | 0.21 |
| Hex | 52 | 21 | 1B | 0 | 3C | 43 | 44 | 7 | 32 | 15 |
| Octal | 122 | 41 | 33 | 0 | 74 | 103 | 104 | 7 | 62 | 25 |
| Binary | 1010010 | 100001 | 11011 | 0 | 111100 | 1000011 | 1000100 | 111 | 110010 | 10101 |
Color Harmonies of #52211B
Complementary color
Monochromatic Colors of #52211B
Black with #52211B
Text Example
Text Example
White with #52211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52211B; }
p { color: rgb(82,33,27); }
H1.HeaderClassName
{
color: #52211B;
}
.AnyTagClassName
{
color: #52211B;
}
</style>
background-color css
<style>
a { background-color: #52211B; }
a { background-color: rgb(82,33,27); }
div.DivClassName
{
background-color: #52211B;
}
.BgClassName
{
background-color: #52211B;
}
</style>
border-color css
<style>
span { border-color: #52211B; }
span { border-color: rgb(82,33,27); }
td.TdClassName
{
border-color: #52211B;
}
.TagClassName
{
border-color: #52211B;
}
</style>