Shades of Loulou #551B4D
Tints of Loulou #551B4D
RGB
CMYK
RGB Variations
Color information
#551B4D (or 0x551B4D) is known color: Loulou. HEX triplet: 55, 1B and 4D. RGB value is (85,27,77). Sum of RGB (Red+Green+Blue) = 85+27+77=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #551B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B4D is #AAE4B2. Grayscale: #313131. Windows color (decimal): -11199667 or 5053269. OLE color: 5053269.
HSL color Cylindrical-coordinate representation of color #551B4D: hue angle of 308.28º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B4D is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 77 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.67 |
| HSL | 308.28º | 0.52% | 0.22% | - |
| HSV(B) | 308.28º | 0.68% | 0.33% | - |
| XYZ | 5.48 | 3.25 | 7.36 | - |
| YUV | 50.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 77 | 0 | 0.68 | 0.09 | 0.67 | 308.28 | 0.52 | 0.22 |
| Hex | 55 | 1B | 4D | 0 | 44 | 9 | 43 | 134 | 34 | 16 |
| Octal | 125 | 33 | 115 | 0 | 104 | 11 | 103 | 464 | 64 | 26 |
| Binary | 1010101 | 11011 | 1001101 | 0 | 1000100 | 1001 | 1000011 | 100110100 | 110100 | 10110 |
Color Harmonies of #551B4D
Complementary color
Monochromatic Colors of #551B4D
Black with #551B4D
Text Example
Text Example
White with #551B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B4D; }
p { color: rgb(85,27,77); }
H1.HeaderClassName
{
color: #551B4D;
}
.AnyTagClassName
{
color: #551B4D;
}
</style>
background-color css
<style>
a { background-color: #551B4D; }
a { background-color: rgb(85,27,77); }
div.DivClassName
{
background-color: #551B4D;
}
.BgClassName
{
background-color: #551B4D;
}
</style>
border-color css
<style>
span { border-color: #551B4D; }
span { border-color: rgb(85,27,77); }
td.TdClassName
{
border-color: #551B4D;
}
.TagClassName
{
border-color: #551B4D;
}
</style>