Shades of Caput Mortuum #55231C
Tints of Caput Mortuum #55231C
RGB
CMYK
RGB Variations
Color information
#55231C (or 0x55231C) is known color: Caput Mortuum. HEX triplet: 55, 23 and 1C. RGB value is (85,35,28). Sum of RGB (Red+Green+Blue) = 85+35+28=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55231C is #AADCE3. Grayscale: #313131. Windows color (decimal): -11197668 or 1844053. OLE color: 1844053.
HSL color Cylindrical-coordinate representation of color #55231C: hue angle of 7.37º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55231C is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 35 | 28 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.67 |
| HSL | 7.37º | 0.5% | 0.22% | - |
| HSV(B) | 7.37º | 0.67% | 0.33% | - |
| XYZ | 4.56 | 3.22 | 1.48 | - |
| YUV | 49.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 28 | 0 | 0.59 | 0.67 | 0.67 | 7.37 | 0.5 | 0.22 |
| Hex | 55 | 23 | 1C | 0 | 3B | 43 | 43 | 7 | 32 | 16 |
| Octal | 125 | 43 | 34 | 0 | 73 | 103 | 103 | 7 | 62 | 26 |
| Binary | 1010101 | 100011 | 11100 | 0 | 111011 | 1000011 | 1000011 | 111 | 110010 | 10110 |
Color Harmonies of #55231C
Complementary color
Monochromatic Colors of #55231C
Black with #55231C
Text Example
Text Example
White with #55231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55231C; }
p { color: rgb(85,35,28); }
H1.HeaderClassName
{
color: #55231C;
}
.AnyTagClassName
{
color: #55231C;
}
</style>
background-color css
<style>
a { background-color: #55231C; }
a { background-color: rgb(85,35,28); }
div.DivClassName
{
background-color: #55231C;
}
.BgClassName
{
background-color: #55231C;
}
</style>
border-color css
<style>
span { border-color: #55231C; }
span { border-color: rgb(85,35,28); }
td.TdClassName
{
border-color: #55231C;
}
.TagClassName
{
border-color: #55231C;
}
</style>