Shades of Caput Mortuum #552A24
Tints of Caput Mortuum #552A24
RGB
CMYK
RGB Variations
Color information
#552A24 (or 0x552A24) is known color: Caput Mortuum. HEX triplet: 55, 2A and 24. RGB value is (85,42,36). Sum of RGB (Red+Green+Blue) = 85+42+36=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #552A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A24 is #AAD5DB. Grayscale: #363636. Windows color (decimal): -11195868 or 2370133. OLE color: 2370133.
HSL color Cylindrical-coordinate representation of color #552A24: hue angle of 7.35º 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 #552A24 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 36 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.67 |
| HSL | 7.35º | 0.4% | 0.24% | - |
| HSV(B) | 7.35º | 0.58% | 0.33% | - |
| XYZ | 4.89 | 3.71 | 2.13 | - |
| YUV | 54.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 36 | 0 | 0.51 | 0.58 | 0.67 | 7.35 | 0.4 | 0.24 |
| Hex | 55 | 2A | 24 | 0 | 33 | 3A | 43 | 7 | 28 | 18 |
| Octal | 125 | 52 | 44 | 0 | 63 | 72 | 103 | 7 | 50 | 30 |
| Binary | 1010101 | 101010 | 100100 | 0 | 110011 | 111010 | 1000011 | 111 | 101000 | 11000 |
Color Harmonies of #552A24
Complementary color
Monochromatic Colors of #552A24
Black with #552A24
Text Example
Text Example
White with #552A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A24; }
p { color: rgb(85,42,36); }
H1.HeaderClassName
{
color: #552A24;
}
.AnyTagClassName
{
color: #552A24;
}
</style>
background-color css
<style>
a { background-color: #552A24; }
a { background-color: rgb(85,42,36); }
div.DivClassName
{
background-color: #552A24;
}
.BgClassName
{
background-color: #552A24;
}
</style>
border-color css
<style>
span { border-color: #552A24; }
span { border-color: rgb(85,42,36); }
td.TdClassName
{
border-color: #552A24;
}
.TagClassName
{
border-color: #552A24;
}
</style>