Shades of Caput Mortuum #552C24
Tints of Caput Mortuum #552C24
RGB
CMYK
RGB Variations
Color information
#552C24 (or 0x552C24) is known color: Caput Mortuum. HEX triplet: 55, 2C and 24. RGB value is (85,44,36). Sum of RGB (Red+Green+Blue) = 85+44+36=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #552C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C24 is #AAD3DB. Grayscale: #373737. Windows color (decimal): -11195356 or 2370645. OLE color: 2370645.
HSL color Cylindrical-coordinate representation of color #552C24: hue angle of 9.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #552C24 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 36 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.67 |
| HSL | 9.8º | 0.4% | 0.24% | - |
| HSV(B) | 9.8º | 0.58% | 0.33% | - |
| XYZ | 4.97 | 3.86 | 2.15 | - |
| YUV | 55.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 36 | 0 | 0.48 | 0.58 | 0.67 | 9.8 | 0.4 | 0.24 |
| Hex | 55 | 2C | 24 | 0 | 30 | 3A | 43 | A | 28 | 18 |
| Octal | 125 | 54 | 44 | 0 | 60 | 72 | 103 | 12 | 50 | 30 |
| Binary | 1010101 | 101100 | 100100 | 0 | 110000 | 111010 | 1000011 | 1010 | 101000 | 11000 |
Color Harmonies of #552C24
Complementary color
Monochromatic Colors of #552C24
Black with #552C24
Text Example
Text Example
White with #552C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C24; }
p { color: rgb(85,44,36); }
H1.HeaderClassName
{
color: #552C24;
}
.AnyTagClassName
{
color: #552C24;
}
</style>
background-color css
<style>
a { background-color: #552C24; }
a { background-color: rgb(85,44,36); }
div.DivClassName
{
background-color: #552C24;
}
.BgClassName
{
background-color: #552C24;
}
</style>
border-color css
<style>
span { border-color: #552C24; }
span { border-color: rgb(85,44,36); }
td.TdClassName
{
border-color: #552C24;
}
.TagClassName
{
border-color: #552C24;
}
</style>