Shades of Loulou #55234D
Tints of Loulou #55234D
RGB
CMYK
RGB Variations
Color information
#55234D (or 0x55234D) is known color: Loulou. HEX triplet: 55, 23 and 4D. RGB value is (85,35,77). Sum of RGB (Red+Green+Blue) = 85+35+77=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55234D is #AADCB2. Grayscale: #363636. Windows color (decimal): -11197619 or 5055317. OLE color: 5055317.
HSL color Cylindrical-coordinate representation of color #55234D: hue angle of 309.6º 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 #55234D is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 35 | 77 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.67 |
| HSL | 309.6º | 0.42% | 0.24% | - |
| HSV(B) | 309.6º | 0.59% | 0.33% | - |
| XYZ | 5.69 | 3.67 | 7.43 | - |
| YUV | 54.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 77 | 0 | 0.59 | 0.09 | 0.67 | 309.6 | 0.42 | 0.24 |
| Hex | 55 | 23 | 4D | 0 | 3B | 9 | 43 | 136 | 2A | 18 |
| Octal | 125 | 43 | 115 | 0 | 73 | 11 | 103 | 466 | 52 | 30 |
| Binary | 1010101 | 100011 | 1001101 | 0 | 111011 | 1001 | 1000011 | 100110110 | 101010 | 11000 |
Color Harmonies of #55234D
Complementary color
Monochromatic Colors of #55234D
Black with #55234D
Text Example
Text Example
White with #55234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55234D; }
p { color: rgb(85,35,77); }
H1.HeaderClassName
{
color: #55234D;
}
.AnyTagClassName
{
color: #55234D;
}
</style>
background-color css
<style>
a { background-color: #55234D; }
a { background-color: rgb(85,35,77); }
div.DivClassName
{
background-color: #55234D;
}
.BgClassName
{
background-color: #55234D;
}
</style>
border-color css
<style>
span { border-color: #55234D; }
span { border-color: rgb(85,35,77); }
td.TdClassName
{
border-color: #55234D;
}
.TagClassName
{
border-color: #55234D;
}
</style>