Shades of Caput Mortuum #52271E
Tints of Caput Mortuum #52271E
RGB
CMYK
RGB Variations
Color information
#52271E (or 0x52271E) is known color: Caput Mortuum. HEX triplet: 52, 27 and 1E. RGB value is (82,39,30). Sum of RGB (Red+Green+Blue) = 82+39+30=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #52271E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52271E is #ADD8E1. Grayscale: #323232. Windows color (decimal): -11393250 or 1976146. OLE color: 1976146.
HSL color Cylindrical-coordinate representation of color #52271E: hue angle of 10.38º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52271E is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 39 | 30 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.68 |
| HSL | 10.38º | 0.46% | 0.22% | - |
| HSV(B) | 10.38º | 0.63% | 0.32% | - |
| XYZ | 4.44 | 3.34 | 1.64 | - |
| YUV | 50.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 39 | 30 | 0 | 0.52 | 0.63 | 0.68 | 10.38 | 0.46 | 0.22 |
| Hex | 52 | 27 | 1E | 0 | 34 | 3F | 44 | A | 2E | 16 |
| Octal | 122 | 47 | 36 | 0 | 64 | 77 | 104 | 12 | 56 | 26 |
| Binary | 1010010 | 100111 | 11110 | 0 | 110100 | 111111 | 1000100 | 1010 | 101110 | 10110 |
Color Harmonies of #52271E
Complementary color
Monochromatic Colors of #52271E
Black with #52271E
Text Example
Text Example
White with #52271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52271E; }
p { color: rgb(82,39,30); }
H1.HeaderClassName
{
color: #52271E;
}
.AnyTagClassName
{
color: #52271E;
}
</style>
background-color css
<style>
a { background-color: #52271E; }
a { background-color: rgb(82,39,30); }
div.DivClassName
{
background-color: #52271E;
}
.BgClassName
{
background-color: #52271E;
}
</style>
border-color css
<style>
span { border-color: #52271E; }
span { border-color: rgb(82,39,30); }
td.TdClassName
{
border-color: #52271E;
}
.TagClassName
{
border-color: #52271E;
}
</style>