Shades of Caput Mortuum #52251B
Tints of Caput Mortuum #52251B
RGB
CMYK
RGB Variations
Color information
#52251B (or 0x52251B) is known color: Caput Mortuum. HEX triplet: 52, 25 and 1B. RGB value is (82,37,27). Sum of RGB (Red+Green+Blue) = 82+37+27=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #52251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52251B is #ADDAE4. Grayscale: #313131. Windows color (decimal): -11393765 or 1779026. OLE color: 1779026.
HSL color Cylindrical-coordinate representation of color #52251B: hue angle of 10.91º 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 #52251B is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 37 | 27 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.68 |
| HSL | 10.91º | 0.5% | 0.21% | - |
| HSV(B) | 10.91º | 0.67% | 0.32% | - |
| XYZ | 4.34 | 3.2 | 1.43 | - |
| YUV | 49.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 27 | 0 | 0.55 | 0.67 | 0.68 | 10.91 | 0.5 | 0.21 |
| Hex | 52 | 25 | 1B | 0 | 37 | 43 | 44 | B | 32 | 15 |
| Octal | 122 | 45 | 33 | 0 | 67 | 103 | 104 | 13 | 62 | 25 |
| Binary | 1010010 | 100101 | 11011 | 0 | 110111 | 1000011 | 1000100 | 1011 | 110010 | 10101 |
Color Harmonies of #52251B
Complementary color
Monochromatic Colors of #52251B
Black with #52251B
Text Example
Text Example
White with #52251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52251B; }
p { color: rgb(82,37,27); }
H1.HeaderClassName
{
color: #52251B;
}
.AnyTagClassName
{
color: #52251B;
}
</style>
background-color css
<style>
a { background-color: #52251B; }
a { background-color: rgb(82,37,27); }
div.DivClassName
{
background-color: #52251B;
}
.BgClassName
{
background-color: #52251B;
}
</style>
border-color css
<style>
span { border-color: #52251B; }
span { border-color: rgb(82,37,27); }
td.TdClassName
{
border-color: #52251B;
}
.TagClassName
{
border-color: #52251B;
}
</style>