Shades of Loulou #551D4F
Tints of Loulou #551D4F
RGB
CMYK
RGB Variations
Color information
#551D4F (or 0x551D4F) is known color: Loulou. HEX triplet: 55, 1D and 4F. RGB value is (85,29,79). Sum of RGB (Red+Green+Blue) = 85+29+79=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #551D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551D4F is #AAE2B0. Grayscale: #333333. Windows color (decimal): -11199153 or 5184853. OLE color: 5184853.
HSL color Cylindrical-coordinate representation of color #551D4F: hue angle of 306.43º 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 #551D4F is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 79 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.67 |
| HSL | 306.43º | 0.49% | 0.22% | - |
| HSV(B) | 306.43º | 0.66% | 0.33% | - |
| XYZ | 5.6 | 3.37 | 7.75 | - |
| YUV | 51.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 79 | 0 | 0.66 | 0.07 | 0.67 | 306.43 | 0.49 | 0.22 |
| Hex | 55 | 1D | 4F | 0 | 42 | 7 | 43 | 132 | 31 | 16 |
| Octal | 125 | 35 | 117 | 0 | 102 | 7 | 103 | 462 | 61 | 26 |
| Binary | 1010101 | 11101 | 1001111 | 0 | 1000010 | 111 | 1000011 | 100110010 | 110001 | 10110 |
Color Harmonies of #551D4F
Complementary color
Monochromatic Colors of #551D4F
Black with #551D4F
Text Example
Text Example
White with #551D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D4F; }
p { color: rgb(85,29,79); }
H1.HeaderClassName
{
color: #551D4F;
}
.AnyTagClassName
{
color: #551D4F;
}
</style>
background-color css
<style>
a { background-color: #551D4F; }
a { background-color: rgb(85,29,79); }
div.DivClassName
{
background-color: #551D4F;
}
.BgClassName
{
background-color: #551D4F;
}
</style>
border-color css
<style>
span { border-color: #551D4F; }
span { border-color: rgb(85,29,79); }
td.TdClassName
{
border-color: #551D4F;
}
.TagClassName
{
border-color: #551D4F;
}
</style>