Shades of Loulou #55184D
Tints of Loulou #55184D
RGB
CMYK
RGB Variations
Color information
#55184D (or 0x55184D) is known color: Loulou. HEX triplet: 55, 18 and 4D. RGB value is (85,24,77). Sum of RGB (Red+Green+Blue) = 85+24+77=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #55184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55184D is #AAE7B2. Grayscale: #303030. Windows color (decimal): -11200435 or 5052501. OLE color: 5052501.
HSL color Cylindrical-coordinate representation of color #55184D: hue angle of 307.87º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55184D is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 77 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.67 |
| HSL | 307.87º | 0.56% | 0.21% | - |
| HSV(B) | 307.87º | 0.72% | 0.33% | - |
| XYZ | 5.41 | 3.12 | 7.34 | - |
| YUV | 48.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 77 | 0 | 0.72 | 0.09 | 0.67 | 307.87 | 0.56 | 0.21 |
| Hex | 55 | 18 | 4D | 0 | 48 | 9 | 43 | 134 | 38 | 15 |
| Octal | 125 | 30 | 115 | 0 | 110 | 11 | 103 | 464 | 70 | 25 |
| Binary | 1010101 | 11000 | 1001101 | 0 | 1001000 | 1001 | 1000011 | 100110100 | 111000 | 10101 |
Color Harmonies of #55184D
Complementary color
Monochromatic Colors of #55184D
Black with #55184D
Text Example
Text Example
White with #55184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55184D; }
p { color: rgb(85,24,77); }
H1.HeaderClassName
{
color: #55184D;
}
.AnyTagClassName
{
color: #55184D;
}
</style>
background-color css
<style>
a { background-color: #55184D; }
a { background-color: rgb(85,24,77); }
div.DivClassName
{
background-color: #55184D;
}
.BgClassName
{
background-color: #55184D;
}
</style>
border-color css
<style>
span { border-color: #55184D; }
span { border-color: rgb(85,24,77); }
td.TdClassName
{
border-color: #55184D;
}
.TagClassName
{
border-color: #55184D;
}
</style>