Shades of Caput Mortuum #52231C
Tints of Caput Mortuum #52231C
RGB
CMYK
RGB Variations
Color information
#52231C (or 0x52231C) is known color: Caput Mortuum. HEX triplet: 52, 23 and 1C. RGB value is (82,35,28). Sum of RGB (Red+Green+Blue) = 82+35+28=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52231C is #ADDCE3. Grayscale: #303030. Windows color (decimal): -11394276 or 1844050. OLE color: 1844050.
HSL color Cylindrical-coordinate representation of color #52231C: hue angle of 7.78º 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 #52231C is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 35 | 28 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.68 |
| HSL | 7.78º | 0.49% | 0.22% | - |
| HSV(B) | 7.78º | 0.66% | 0.32% | - |
| XYZ | 4.29 | 3.08 | 1.47 | - |
| YUV | 48.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 35 | 28 | 0 | 0.57 | 0.66 | 0.68 | 7.78 | 0.49 | 0.22 |
| Hex | 52 | 23 | 1C | 0 | 39 | 42 | 44 | 8 | 31 | 16 |
| Octal | 122 | 43 | 34 | 0 | 71 | 102 | 104 | 10 | 61 | 26 |
| Binary | 1010010 | 100011 | 11100 | 0 | 111001 | 1000010 | 1000100 | 1000 | 110001 | 10110 |
Color Harmonies of #52231C
Complementary color
Monochromatic Colors of #52231C
Black with #52231C
Text Example
Text Example
White with #52231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52231C; }
p { color: rgb(82,35,28); }
H1.HeaderClassName
{
color: #52231C;
}
.AnyTagClassName
{
color: #52231C;
}
</style>
background-color css
<style>
a { background-color: #52231C; }
a { background-color: rgb(82,35,28); }
div.DivClassName
{
background-color: #52231C;
}
.BgClassName
{
background-color: #52231C;
}
</style>
border-color css
<style>
span { border-color: #52231C; }
span { border-color: rgb(82,35,28); }
td.TdClassName
{
border-color: #52231C;
}
.TagClassName
{
border-color: #52231C;
}
</style>