Shades of Caput Mortuum #552112
Tints of Caput Mortuum #552112
RGB
CMYK
RGB Variations
Color information
#552112 (or 0x552112) is known color: Caput Mortuum. HEX triplet: 55, 21 and 12. RGB value is (85,33,18). Sum of RGB (Red+Green+Blue) = 85+33+18=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #552112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552112 is #AADEED. Grayscale: #2E2E2E. Windows color (decimal): -11198190 or 1188181. OLE color: 1188181.
HSL color Cylindrical-coordinate representation of color #552112: hue angle of 13.43º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552112 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 18 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.67 |
| HSL | 13.43º | 0.65% | 0.2% | - |
| HSV(B) | 13.43º | 0.79% | 0.33% | - |
| XYZ | 4.4 | 3.06 | 0.93 | - |
| YUV | 46.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 18 | 0 | 0.61 | 0.79 | 0.67 | 13.43 | 0.65 | 0.2 |
| Hex | 55 | 21 | 12 | 0 | 3D | 4F | 43 | D | 41 | 14 |
| Octal | 125 | 41 | 22 | 0 | 75 | 117 | 103 | 15 | 101 | 24 |
| Binary | 1010101 | 100001 | 10010 | 0 | 111101 | 1001111 | 1000011 | 1101 | 1000001 | 10100 |
Color Harmonies of #552112
Complementary color
Monochromatic Colors of #552112
Black with #552112
Text Example
Text Example
White with #552112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552112; }
p { color: rgb(85,33,18); }
H1.HeaderClassName
{
color: #552112;
}
.AnyTagClassName
{
color: #552112;
}
</style>
background-color css
<style>
a { background-color: #552112; }
a { background-color: rgb(85,33,18); }
div.DivClassName
{
background-color: #552112;
}
.BgClassName
{
background-color: #552112;
}
</style>
border-color css
<style>
span { border-color: #552112; }
span { border-color: rgb(85,33,18); }
td.TdClassName
{
border-color: #552112;
}
.TagClassName
{
border-color: #552112;
}
</style>