Shades of Loulou #551D4B
Tints of Loulou #551D4B
RGB
CMYK
RGB Variations
Color information
#551D4B (or 0x551D4B) is known color: Loulou. HEX triplet: 55, 1D and 4B. RGB value is (85,29,75). Sum of RGB (Red+Green+Blue) = 85+29+75=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #551D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D4B is #AAE2B4. Grayscale: #323232. Windows color (decimal): -11199157 or 4922709. OLE color: 4922709.
HSL color Cylindrical-coordinate representation of color #551D4B: hue angle of 310.71º 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 #551D4B is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 75 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.67 |
| HSL | 310.71º | 0.49% | 0.22% | - |
| HSV(B) | 310.71º | 0.66% | 0.33% | - |
| XYZ | 5.46 | 3.32 | 7.01 | - |
| YUV | 50.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 75 | 0 | 0.66 | 0.12 | 0.67 | 310.71 | 0.49 | 0.22 |
| Hex | 55 | 1D | 4B | 0 | 42 | C | 43 | 137 | 31 | 16 |
| Octal | 125 | 35 | 113 | 0 | 102 | 14 | 103 | 467 | 61 | 26 |
| Binary | 1010101 | 11101 | 1001011 | 0 | 1000010 | 1100 | 1000011 | 100110111 | 110001 | 10110 |
Color Harmonies of #551D4B
Complementary color
Monochromatic Colors of #551D4B
Black with #551D4B
Text Example
Text Example
White with #551D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D4B; }
p { color: rgb(85,29,75); }
H1.HeaderClassName
{
color: #551D4B;
}
.AnyTagClassName
{
color: #551D4B;
}
</style>
background-color css
<style>
a { background-color: #551D4B; }
a { background-color: rgb(85,29,75); }
div.DivClassName
{
background-color: #551D4B;
}
.BgClassName
{
background-color: #551D4B;
}
</style>
border-color css
<style>
span { border-color: #551D4B; }
span { border-color: rgb(85,29,75); }
td.TdClassName
{
border-color: #551D4B;
}
.TagClassName
{
border-color: #551D4B;
}
</style>