Shades of Caput Mortuum #52221C
Tints of Caput Mortuum #52221C
RGB
CMYK
RGB Variations
Color information
#52221C (or 0x52221C) is known color: Caput Mortuum. HEX triplet: 52, 22 and 1C. RGB value is (82,34,28). Sum of RGB (Red+Green+Blue) = 82+34+28=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52221C is #ADDDE3. Grayscale: #2F2F2F. Windows color (decimal): -11394532 or 1843794. OLE color: 1843794.
HSL color Cylindrical-coordinate representation of color #52221C: hue angle of 6.67º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52221C is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 34 | 28 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.68 |
| HSL | 6.67º | 0.49% | 0.22% | - |
| HSV(B) | 6.67º | 0.66% | 0.32% | - |
| XYZ | 4.26 | 3.02 | 1.46 | - |
| YUV | 47.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 28 | 0 | 0.59 | 0.66 | 0.68 | 6.67 | 0.49 | 0.22 |
| Hex | 52 | 22 | 1C | 0 | 3B | 42 | 44 | 7 | 31 | 16 |
| Octal | 122 | 42 | 34 | 0 | 73 | 102 | 104 | 7 | 61 | 26 |
| Binary | 1010010 | 100010 | 11100 | 0 | 111011 | 1000010 | 1000100 | 111 | 110001 | 10110 |
Color Harmonies of #52221C
Complementary color
Monochromatic Colors of #52221C
Black with #52221C
Text Example
Text Example
White with #52221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52221C; }
p { color: rgb(82,34,28); }
H1.HeaderClassName
{
color: #52221C;
}
.AnyTagClassName
{
color: #52221C;
}
</style>
background-color css
<style>
a { background-color: #52221C; }
a { background-color: rgb(82,34,28); }
div.DivClassName
{
background-color: #52221C;
}
.BgClassName
{
background-color: #52221C;
}
</style>
border-color css
<style>
span { border-color: #52221C; }
span { border-color: rgb(82,34,28); }
td.TdClassName
{
border-color: #52221C;
}
.TagClassName
{
border-color: #52221C;
}
</style>