Shades of Loulou #551A4C
Tints of Loulou #551A4C
RGB
CMYK
RGB Variations
Color information
#551A4C (or 0x551A4C) is known color: Loulou. HEX triplet: 55, 1A and 4C. RGB value is (85,26,76). Sum of RGB (Red+Green+Blue) = 85+26+76=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #551A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A4C is #AAE5B3. Grayscale: #313131. Windows color (decimal): -11199924 or 4987477. OLE color: 4987477.
HSL color Cylindrical-coordinate representation of color #551A4C: hue angle of 309.15º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A4C is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 26 | 76 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.67 |
| HSL | 309.15º | 0.53% | 0.22% | - |
| HSV(B) | 309.15º | 0.69% | 0.33% | - |
| XYZ | 5.42 | 3.19 | 7.17 | - |
| YUV | 49.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 76 | 0 | 0.69 | 0.11 | 0.67 | 309.15 | 0.53 | 0.22 |
| Hex | 55 | 1A | 4C | 0 | 45 | B | 43 | 135 | 35 | 16 |
| Octal | 125 | 32 | 114 | 0 | 105 | 13 | 103 | 465 | 65 | 26 |
| Binary | 1010101 | 11010 | 1001100 | 0 | 1000101 | 1011 | 1000011 | 100110101 | 110101 | 10110 |
Color Harmonies of #551A4C
Complementary color
Monochromatic Colors of #551A4C
Black with #551A4C
Text Example
Text Example
White with #551A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A4C; }
p { color: rgb(85,26,76); }
H1.HeaderClassName
{
color: #551A4C;
}
.AnyTagClassName
{
color: #551A4C;
}
</style>
background-color css
<style>
a { background-color: #551A4C; }
a { background-color: rgb(85,26,76); }
div.DivClassName
{
background-color: #551A4C;
}
.BgClassName
{
background-color: #551A4C;
}
</style>
border-color css
<style>
span { border-color: #551A4C; }
span { border-color: rgb(85,26,76); }
td.TdClassName
{
border-color: #551A4C;
}
.TagClassName
{
border-color: #551A4C;
}
</style>