Shades of Caput Mortuum #552523
Tints of Caput Mortuum #552523
RGB
CMYK
RGB Variations
Color information
#552523 (or 0x552523) is known color: Caput Mortuum. HEX triplet: 55, 25 and 23. RGB value is (85,37,35). Sum of RGB (Red+Green+Blue) = 85+37+35=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #552523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552523 is #AADADC. Grayscale: #333333. Windows color (decimal): -11197149 or 2303317. OLE color: 2303317.
HSL color Cylindrical-coordinate representation of color #552523: hue angle of 2.4º 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 #552523 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 35 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.67 |
| HSL | 2.4º | 0.42% | 0.24% | - |
| HSV(B) | 2.4º | 0.59% | 0.33% | - |
| XYZ | 4.71 | 3.38 | 1.99 | - |
| YUV | 51.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 35 | 0 | 0.56 | 0.59 | 0.67 | 2.4 | 0.42 | 0.24 |
| Hex | 55 | 25 | 23 | 0 | 38 | 3B | 43 | 2 | 2A | 18 |
| Octal | 125 | 45 | 43 | 0 | 70 | 73 | 103 | 2 | 52 | 30 |
| Binary | 1010101 | 100101 | 100011 | 0 | 111000 | 111011 | 1000011 | 10 | 101010 | 11000 |
Color Harmonies of #552523
Complementary color
Monochromatic Colors of #552523
Black with #552523
Text Example
Text Example
White with #552523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552523; }
p { color: rgb(85,37,35); }
H1.HeaderClassName
{
color: #552523;
}
.AnyTagClassName
{
color: #552523;
}
</style>
background-color css
<style>
a { background-color: #552523; }
a { background-color: rgb(85,37,35); }
div.DivClassName
{
background-color: #552523;
}
.BgClassName
{
background-color: #552523;
}
</style>
border-color css
<style>
span { border-color: #552523; }
span { border-color: rgb(85,37,35); }
td.TdClassName
{
border-color: #552523;
}
.TagClassName
{
border-color: #552523;
}
</style>