Shades of Caput Mortuum #552C23
Tints of Caput Mortuum #552C23
RGB
CMYK
RGB Variations
Color information
#552C23 (or 0x552C23) is known color: Caput Mortuum. HEX triplet: 55, 2C and 23. RGB value is (85,44,35). Sum of RGB (Red+Green+Blue) = 85+44+35=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #552C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C23 is #AAD3DC. Grayscale: #373737. Windows color (decimal): -11195357 or 2305109. OLE color: 2305109.
HSL color Cylindrical-coordinate representation of color #552C23: hue angle of 10.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552C23 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 35 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.67 |
| HSL | 10.8º | 0.42% | 0.24% | - |
| HSV(B) | 10.8º | 0.59% | 0.33% | - |
| XYZ | 4.95 | 3.85 | 2.07 | - |
| YUV | 55.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 35 | 0 | 0.48 | 0.59 | 0.67 | 10.8 | 0.42 | 0.24 |
| Hex | 55 | 2C | 23 | 0 | 30 | 3B | 43 | B | 2A | 18 |
| Octal | 125 | 54 | 43 | 0 | 60 | 73 | 103 | 13 | 52 | 30 |
| Binary | 1010101 | 101100 | 100011 | 0 | 110000 | 111011 | 1000011 | 1011 | 101010 | 11000 |
Color Harmonies of #552C23
Complementary color
Monochromatic Colors of #552C23
Black with #552C23
Text Example
Text Example
White with #552C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C23; }
p { color: rgb(85,44,35); }
H1.HeaderClassName
{
color: #552C23;
}
.AnyTagClassName
{
color: #552C23;
}
</style>
background-color css
<style>
a { background-color: #552C23; }
a { background-color: rgb(85,44,35); }
div.DivClassName
{
background-color: #552C23;
}
.BgClassName
{
background-color: #552C23;
}
</style>
border-color css
<style>
span { border-color: #552C23; }
span { border-color: rgb(85,44,35); }
td.TdClassName
{
border-color: #552C23;
}
.TagClassName
{
border-color: #552C23;
}
</style>