Shades of Caput Mortuum #52241D
Tints of Caput Mortuum #52241D
RGB
CMYK
RGB Variations
Color information
#52241D (or 0x52241D) is known color: Caput Mortuum. HEX triplet: 52, 24 and 1D. RGB value is (82,36,29). Sum of RGB (Red+Green+Blue) = 82+36+29=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #52241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52241D is #ADDBE2. Grayscale: #313131. Windows color (decimal): -11394019 or 1909842. OLE color: 1909842.
HSL color Cylindrical-coordinate representation of color #52241D: hue angle of 7.92º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52241D is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 36 | 29 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.68 |
| HSL | 7.92º | 0.48% | 0.22% | - |
| HSV(B) | 7.92º | 0.65% | 0.32% | - |
| XYZ | 4.33 | 3.14 | 1.54 | - |
| YUV | 48.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 29 | 0 | 0.56 | 0.65 | 0.68 | 7.92 | 0.48 | 0.22 |
| Hex | 52 | 24 | 1D | 0 | 38 | 41 | 44 | 8 | 30 | 16 |
| Octal | 122 | 44 | 35 | 0 | 70 | 101 | 104 | 10 | 60 | 26 |
| Binary | 1010010 | 100100 | 11101 | 0 | 111000 | 1000001 | 1000100 | 1000 | 110000 | 10110 |
Color Harmonies of #52241D
Complementary color
Monochromatic Colors of #52241D
Black with #52241D
Text Example
Text Example
White with #52241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52241D; }
p { color: rgb(82,36,29); }
H1.HeaderClassName
{
color: #52241D;
}
.AnyTagClassName
{
color: #52241D;
}
</style>
background-color css
<style>
a { background-color: #52241D; }
a { background-color: rgb(82,36,29); }
div.DivClassName
{
background-color: #52241D;
}
.BgClassName
{
background-color: #52241D;
}
</style>
border-color css
<style>
span { border-color: #52241D; }
span { border-color: rgb(82,36,29); }
td.TdClassName
{
border-color: #52241D;
}
.TagClassName
{
border-color: #52241D;
}
</style>