Shades of Loulou #55184C
Tints of Loulou #55184C
RGB
CMYK
RGB Variations
Color information
#55184C (or 0x55184C) is known color: Loulou. HEX triplet: 55, 18 and 4C. RGB value is (85,24,76). Sum of RGB (Red+Green+Blue) = 85+24+76=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55184C is #AAE7B3. Grayscale: #303030. Windows color (decimal): -11200436 or 4986965. OLE color: 4986965.
HSL color Cylindrical-coordinate representation of color #55184C: hue angle of 308.85º 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 #55184C is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 76 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.67 |
| HSL | 308.85º | 0.56% | 0.21% | - |
| HSV(B) | 308.85º | 0.72% | 0.33% | - |
| XYZ | 5.38 | 3.11 | 7.15 | - |
| YUV | 48.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 76 | 0 | 0.72 | 0.11 | 0.67 | 308.85 | 0.56 | 0.21 |
| Hex | 55 | 18 | 4C | 0 | 48 | B | 43 | 135 | 38 | 15 |
| Octal | 125 | 30 | 114 | 0 | 110 | 13 | 103 | 465 | 70 | 25 |
| Binary | 1010101 | 11000 | 1001100 | 0 | 1001000 | 1011 | 1000011 | 100110101 | 111000 | 10101 |
Color Harmonies of #55184C
Complementary color
Monochromatic Colors of #55184C
Black with #55184C
Text Example
Text Example
White with #55184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55184C; }
p { color: rgb(85,24,76); }
H1.HeaderClassName
{
color: #55184C;
}
.AnyTagClassName
{
color: #55184C;
}
</style>
background-color css
<style>
a { background-color: #55184C; }
a { background-color: rgb(85,24,76); }
div.DivClassName
{
background-color: #55184C;
}
.BgClassName
{
background-color: #55184C;
}
</style>
border-color css
<style>
span { border-color: #55184C; }
span { border-color: rgb(85,24,76); }
td.TdClassName
{
border-color: #55184C;
}
.TagClassName
{
border-color: #55184C;
}
</style>