Shades of Loulou #55224A
Tints of Loulou #55224A
RGB
CMYK
RGB Variations
Color information
#55224A (or 0x55224A) is known color: Loulou. HEX triplet: 55, 22 and 4A. RGB value is (85,34,74). Sum of RGB (Red+Green+Blue) = 85+34+74=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #55224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55224A is #AADDB5. Grayscale: #353535. Windows color (decimal): -11197878 or 4858453. OLE color: 4858453.
HSL color Cylindrical-coordinate representation of color #55224A: hue angle of 312.94º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55224A is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 34 | 74 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.67 |
| HSL | 312.94º | 0.43% | 0.23% | - |
| HSV(B) | 312.94º | 0.6% | 0.33% | - |
| XYZ | 5.55 | 3.57 | 6.87 | - |
| YUV | 53.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 74 | 0 | 0.60 | 0.13 | 0.67 | 312.94 | 0.43 | 0.23 |
| Hex | 55 | 22 | 4A | 0 | 3C | D | 43 | 139 | 2B | 17 |
| Octal | 125 | 42 | 112 | 0 | 74 | 15 | 103 | 471 | 53 | 27 |
| Binary | 1010101 | 100010 | 1001010 | 0 | 111100 | 1101 | 1000011 | 100111001 | 101011 | 10111 |
Color Harmonies of #55224A
Complementary color
Monochromatic Colors of #55224A
Black with #55224A
Text Example
Text Example
White with #55224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55224A; }
p { color: rgb(85,34,74); }
H1.HeaderClassName
{
color: #55224A;
}
.AnyTagClassName
{
color: #55224A;
}
</style>
background-color css
<style>
a { background-color: #55224A; }
a { background-color: rgb(85,34,74); }
div.DivClassName
{
background-color: #55224A;
}
.BgClassName
{
background-color: #55224A;
}
</style>
border-color css
<style>
span { border-color: #55224A; }
span { border-color: rgb(85,34,74); }
td.TdClassName
{
border-color: #55224A;
}
.TagClassName
{
border-color: #55224A;
}
</style>