Shades of Loulou #551C46
Tints of Loulou #551C46
RGB
CMYK
RGB Variations
Color information
#551C46 (or 0x551C46) is known color: Loulou. HEX triplet: 55, 1C and 46. RGB value is (85,28,70). Sum of RGB (Red+Green+Blue) = 85+28+70=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #551C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C46 is #AAE3B9. Grayscale: #313131. Windows color (decimal): -11199418 or 4594773. OLE color: 4594773.
HSL color Cylindrical-coordinate representation of color #551C46: hue angle of 315.79º 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 #551C46 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 28 | 70 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.67 |
| HSL | 315.79º | 0.5% | 0.22% | - |
| HSV(B) | 315.79º | 0.67% | 0.33% | - |
| XYZ | 5.27 | 3.2 | 6.14 | - |
| YUV | 49.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 70 | 0 | 0.67 | 0.18 | 0.67 | 315.79 | 0.5 | 0.22 |
| Hex | 55 | 1C | 46 | 0 | 43 | 12 | 43 | 13C | 32 | 16 |
| Octal | 125 | 34 | 106 | 0 | 103 | 22 | 103 | 474 | 62 | 26 |
| Binary | 1010101 | 11100 | 1000110 | 0 | 1000011 | 10010 | 1000011 | 100111100 | 110010 | 10110 |
Color Harmonies of #551C46
Complementary color
Monochromatic Colors of #551C46
Black with #551C46
Text Example
Text Example
White with #551C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C46; }
p { color: rgb(85,28,70); }
H1.HeaderClassName
{
color: #551C46;
}
.AnyTagClassName
{
color: #551C46;
}
</style>
background-color css
<style>
a { background-color: #551C46; }
a { background-color: rgb(85,28,70); }
div.DivClassName
{
background-color: #551C46;
}
.BgClassName
{
background-color: #551C46;
}
</style>
border-color css
<style>
span { border-color: #551C46; }
span { border-color: rgb(85,28,70); }
td.TdClassName
{
border-color: #551C46;
}
.TagClassName
{
border-color: #551C46;
}
</style>