Shades of Loulou #551D44
Tints of Loulou #551D44
RGB
CMYK
RGB Variations
Color information
#551D44 (or 0x551D44) is known color: Loulou. HEX triplet: 55, 1D and 44. RGB value is (85,29,68). Sum of RGB (Red+Green+Blue) = 85+29+68=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #551D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D44 is #AAE2BB. Grayscale: #323232. Windows color (decimal): -11199164 or 4463957. OLE color: 4463957.
HSL color Cylindrical-coordinate representation of color #551D44: hue angle of 318.21º 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 #551D44 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 68 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.67 |
| HSL | 318.21º | 0.49% | 0.22% | - |
| HSV(B) | 318.21º | 0.66% | 0.33% | - |
| XYZ | 5.23 | 3.23 | 5.82 | - |
| YUV | 50.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 68 | 0 | 0.66 | 0.20 | 0.67 | 318.21 | 0.49 | 0.22 |
| Hex | 55 | 1D | 44 | 0 | 42 | 14 | 43 | 13E | 31 | 16 |
| Octal | 125 | 35 | 104 | 0 | 102 | 24 | 103 | 476 | 61 | 26 |
| Binary | 1010101 | 11101 | 1000100 | 0 | 1000010 | 10100 | 1000011 | 100111110 | 110001 | 10110 |
Color Harmonies of #551D44
Complementary color
Monochromatic Colors of #551D44
Black with #551D44
Text Example
Text Example
White with #551D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D44; }
p { color: rgb(85,29,68); }
H1.HeaderClassName
{
color: #551D44;
}
.AnyTagClassName
{
color: #551D44;
}
</style>
background-color css
<style>
a { background-color: #551D44; }
a { background-color: rgb(85,29,68); }
div.DivClassName
{
background-color: #551D44;
}
.BgClassName
{
background-color: #551D44;
}
</style>
border-color css
<style>
span { border-color: #551D44; }
span { border-color: rgb(85,29,68); }
td.TdClassName
{
border-color: #551D44;
}
.TagClassName
{
border-color: #551D44;
}
</style>