Shades of Loulou #551D4A
Tints of Loulou #551D4A
RGB
CMYK
RGB Variations
Color information
#551D4A (or 0x551D4A) is known color: Loulou. HEX triplet: 55, 1D and 4A. RGB value is (85,29,74). Sum of RGB (Red+Green+Blue) = 85+29+74=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #551D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D4A is #AAE2B5. Grayscale: #323232. Windows color (decimal): -11199158 or 4857173. OLE color: 4857173.
HSL color Cylindrical-coordinate representation of color #551D4A: hue angle of 311.79º 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 #551D4A is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 74 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.67 |
| HSL | 311.79º | 0.49% | 0.22% | - |
| HSV(B) | 311.79º | 0.66% | 0.33% | - |
| XYZ | 5.42 | 3.3 | 6.83 | - |
| YUV | 50.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 74 | 0 | 0.66 | 0.13 | 0.67 | 311.79 | 0.49 | 0.22 |
| Hex | 55 | 1D | 4A | 0 | 42 | D | 43 | 138 | 31 | 16 |
| Octal | 125 | 35 | 112 | 0 | 102 | 15 | 103 | 470 | 61 | 26 |
| Binary | 1010101 | 11101 | 1001010 | 0 | 1000010 | 1101 | 1000011 | 100111000 | 110001 | 10110 |
Color Harmonies of #551D4A
Complementary color
Monochromatic Colors of #551D4A
Black with #551D4A
Text Example
Text Example
White with #551D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D4A; }
p { color: rgb(85,29,74); }
H1.HeaderClassName
{
color: #551D4A;
}
.AnyTagClassName
{
color: #551D4A;
}
</style>
background-color css
<style>
a { background-color: #551D4A; }
a { background-color: rgb(85,29,74); }
div.DivClassName
{
background-color: #551D4A;
}
.BgClassName
{
background-color: #551D4A;
}
</style>
border-color css
<style>
span { border-color: #551D4A; }
span { border-color: rgb(85,29,74); }
td.TdClassName
{
border-color: #551D4A;
}
.TagClassName
{
border-color: #551D4A;
}
</style>