Shades of Loulou #552243
Tints of Loulou #552243
RGB
CMYK
RGB Variations
Color information
#552243 (or 0x552243) is known color: Loulou. HEX triplet: 55, 22 and 43. RGB value is (85,34,67). Sum of RGB (Red+Green+Blue) = 85+34+67=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #552243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552243 is #AADDBC. Grayscale: #343434. Windows color (decimal): -11197885 or 4399701. OLE color: 4399701.
HSL color Cylindrical-coordinate representation of color #552243: hue angle of 321.18º 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 #552243 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 34 | 67 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.67 |
| HSL | 321.18º | 0.43% | 0.23% | - |
| HSV(B) | 321.18º | 0.6% | 0.33% | - |
| XYZ | 5.33 | 3.48 | 5.7 | - |
| YUV | 53.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 67 | 0 | 0.60 | 0.21 | 0.67 | 321.18 | 0.43 | 0.23 |
| Hex | 55 | 22 | 43 | 0 | 3C | 15 | 43 | 141 | 2B | 17 |
| Octal | 125 | 42 | 103 | 0 | 74 | 25 | 103 | 501 | 53 | 27 |
| Binary | 1010101 | 100010 | 1000011 | 0 | 111100 | 10101 | 1000011 | 101000001 | 101011 | 10111 |
Color Harmonies of #552243
Complementary color
Monochromatic Colors of #552243
Black with #552243
Text Example
Text Example
White with #552243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552243; }
p { color: rgb(85,34,67); }
H1.HeaderClassName
{
color: #552243;
}
.AnyTagClassName
{
color: #552243;
}
</style>
background-color css
<style>
a { background-color: #552243; }
a { background-color: rgb(85,34,67); }
div.DivClassName
{
background-color: #552243;
}
.BgClassName
{
background-color: #552243;
}
</style>
border-color css
<style>
span { border-color: #552243; }
span { border-color: rgb(85,34,67); }
td.TdClassName
{
border-color: #552243;
}
.TagClassName
{
border-color: #552243;
}
</style>