Shades of Loulou #551D4D
Tints of Loulou #551D4D
RGB
CMYK
RGB Variations
Color information
#551D4D (or 0x551D4D) is known color: Loulou. HEX triplet: 55, 1D and 4D. RGB value is (85,29,77). Sum of RGB (Red+Green+Blue) = 85+29+77=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #551D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551D4D is #AAE2B2. Grayscale: #333333. Windows color (decimal): -11199155 or 5053781. OLE color: 5053781.
HSL color Cylindrical-coordinate representation of color #551D4D: hue angle of 308.57º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D4D is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 77 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.67 |
| HSL | 308.57º | 0.49% | 0.22% | - |
| HSV(B) | 308.57º | 0.66% | 0.33% | - |
| XYZ | 5.53 | 3.35 | 7.38 | - |
| YUV | 51.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 77 | 0 | 0.66 | 0.09 | 0.67 | 308.57 | 0.49 | 0.22 |
| Hex | 55 | 1D | 4D | 0 | 42 | 9 | 43 | 135 | 31 | 16 |
| Octal | 125 | 35 | 115 | 0 | 102 | 11 | 103 | 465 | 61 | 26 |
| Binary | 1010101 | 11101 | 1001101 | 0 | 1000010 | 1001 | 1000011 | 100110101 | 110001 | 10110 |
Color Harmonies of #551D4D
Complementary color
Monochromatic Colors of #551D4D
Black with #551D4D
Text Example
Text Example
White with #551D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D4D; }
p { color: rgb(85,29,77); }
H1.HeaderClassName
{
color: #551D4D;
}
.AnyTagClassName
{
color: #551D4D;
}
</style>
background-color css
<style>
a { background-color: #551D4D; }
a { background-color: rgb(85,29,77); }
div.DivClassName
{
background-color: #551D4D;
}
.BgClassName
{
background-color: #551D4D;
}
</style>
border-color css
<style>
span { border-color: #551D4D; }
span { border-color: rgb(85,29,77); }
td.TdClassName
{
border-color: #551D4D;
}
.TagClassName
{
border-color: #551D4D;
}
</style>