Shades of Loulou #551C47
Tints of Loulou #551C47
RGB
CMYK
RGB Variations
Color information
#551C47 (or 0x551C47) is known color: Loulou. HEX triplet: 55, 1C and 47. RGB value is (85,28,71). Sum of RGB (Red+Green+Blue) = 85+28+71=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #551C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C47 is #AAE3B8. Grayscale: #313131. Windows color (decimal): -11199417 or 4660309. OLE color: 4660309.
HSL color Cylindrical-coordinate representation of color #551C47: hue angle of 314.74º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C47 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 28 | 71 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.67 |
| HSL | 314.74º | 0.5% | 0.22% | - |
| HSV(B) | 314.74º | 0.67% | 0.33% | - |
| XYZ | 5.3 | 3.22 | 6.3 | - |
| YUV | 49.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 71 | 0 | 0.67 | 0.16 | 0.67 | 314.74 | 0.5 | 0.22 |
| Hex | 55 | 1C | 47 | 0 | 43 | 10 | 43 | 13B | 32 | 16 |
| Octal | 125 | 34 | 107 | 0 | 103 | 20 | 103 | 473 | 62 | 26 |
| Binary | 1010101 | 11100 | 1000111 | 0 | 1000011 | 10000 | 1000011 | 100111011 | 110010 | 10110 |
Color Harmonies of #551C47
Complementary color
Monochromatic Colors of #551C47
Black with #551C47
Text Example
Text Example
White with #551C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C47; }
p { color: rgb(85,28,71); }
H1.HeaderClassName
{
color: #551C47;
}
.AnyTagClassName
{
color: #551C47;
}
</style>
background-color css
<style>
a { background-color: #551C47; }
a { background-color: rgb(85,28,71); }
div.DivClassName
{
background-color: #551C47;
}
.BgClassName
{
background-color: #551C47;
}
</style>
border-color css
<style>
span { border-color: #551C47; }
span { border-color: rgb(85,28,71); }
td.TdClassName
{
border-color: #551C47;
}
.TagClassName
{
border-color: #551C47;
}
</style>