Shades of Caput Mortuum #552F24
Tints of Caput Mortuum #552F24
RGB
CMYK
RGB Variations
Color information
#552F24 (or 0x552F24) is known color: Caput Mortuum. HEX triplet: 55, 2F and 24. RGB value is (85,47,36). Sum of RGB (Red+Green+Blue) = 85+47+36=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #552F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F24 is #AAD0DB. Grayscale: #393939. Windows color (decimal): -11194588 or 2371413. OLE color: 2371413.
HSL color Cylindrical-coordinate representation of color #552F24: hue angle of 13.47º 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 #552F24 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 36 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.67 |
| HSL | 13.47º | 0.4% | 0.24% | - |
| HSV(B) | 13.47º | 0.58% | 0.33% | - |
| XYZ | 5.08 | 4.09 | 2.19 | - |
| YUV | 57.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 36 | 0 | 0.45 | 0.58 | 0.67 | 13.47 | 0.4 | 0.24 |
| Hex | 55 | 2F | 24 | 0 | 2D | 3A | 43 | D | 28 | 18 |
| Octal | 125 | 57 | 44 | 0 | 55 | 72 | 103 | 15 | 50 | 30 |
| Binary | 1010101 | 101111 | 100100 | 0 | 101101 | 111010 | 1000011 | 1101 | 101000 | 11000 |
Color Harmonies of #552F24
Complementary color
Monochromatic Colors of #552F24
Black with #552F24
Text Example
Text Example
White with #552F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F24; }
p { color: rgb(85,47,36); }
H1.HeaderClassName
{
color: #552F24;
}
.AnyTagClassName
{
color: #552F24;
}
</style>
background-color css
<style>
a { background-color: #552F24; }
a { background-color: rgb(85,47,36); }
div.DivClassName
{
background-color: #552F24;
}
.BgClassName
{
background-color: #552F24;
}
</style>
border-color css
<style>
span { border-color: #552F24; }
span { border-color: rgb(85,47,36); }
td.TdClassName
{
border-color: #552F24;
}
.TagClassName
{
border-color: #552F24;
}
</style>