Shades of Loulou #551E43
Tints of Loulou #551E43
RGB
CMYK
RGB Variations
Color information
#551E43 (or 0x551E43) is known color: Loulou. HEX triplet: 55, 1E and 43. RGB value is (85,30,67). Sum of RGB (Red+Green+Blue) = 85+30+67=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #551E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E43 is #AAE1BC. Grayscale: #323232. Windows color (decimal): -11198909 or 4398677. OLE color: 4398677.
HSL color Cylindrical-coordinate representation of color #551E43: hue angle of 319.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E43 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 67 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.67 |
| HSL | 319.64º | 0.48% | 0.23% | - |
| HSV(B) | 319.64º | 0.65% | 0.33% | - |
| XYZ | 5.22 | 3.27 | 5.67 | - |
| YUV | 50.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 67 | 0 | 0.65 | 0.21 | 0.67 | 319.64 | 0.48 | 0.23 |
| Hex | 55 | 1E | 43 | 0 | 41 | 15 | 43 | 140 | 30 | 17 |
| Octal | 125 | 36 | 103 | 0 | 101 | 25 | 103 | 500 | 60 | 27 |
| Binary | 1010101 | 11110 | 1000011 | 0 | 1000001 | 10101 | 1000011 | 101000000 | 110000 | 10111 |
Color Harmonies of #551E43
Complementary color
Monochromatic Colors of #551E43
Black with #551E43
Text Example
Text Example
White with #551E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E43; }
p { color: rgb(85,30,67); }
H1.HeaderClassName
{
color: #551E43;
}
.AnyTagClassName
{
color: #551E43;
}
</style>
background-color css
<style>
a { background-color: #551E43; }
a { background-color: rgb(85,30,67); }
div.DivClassName
{
background-color: #551E43;
}
.BgClassName
{
background-color: #551E43;
}
</style>
border-color css
<style>
span { border-color: #551E43; }
span { border-color: rgb(85,30,67); }
td.TdClassName
{
border-color: #551E43;
}
.TagClassName
{
border-color: #551E43;
}
</style>