Shades of Loulou #551B48
Tints of Loulou #551B48
RGB
CMYK
RGB Variations
Color information
#551B48 (or 0x551B48) is known color: Loulou. HEX triplet: 55, 1B and 48. RGB value is (85,27,72). Sum of RGB (Red+Green+Blue) = 85+27+72=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #551B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B48 is #AAE4B7. Grayscale: #313131. Windows color (decimal): -11199672 or 4725589. OLE color: 4725589.
HSL color Cylindrical-coordinate representation of color #551B48: hue angle of 313.45º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B48 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 72 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.67 |
| HSL | 313.45º | 0.52% | 0.22% | - |
| HSV(B) | 313.45º | 0.68% | 0.33% | - |
| XYZ | 5.31 | 3.18 | 6.47 | - |
| YUV | 49.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 72 | 0 | 0.68 | 0.15 | 0.67 | 313.45 | 0.52 | 0.22 |
| Hex | 55 | 1B | 48 | 0 | 44 | F | 43 | 139 | 34 | 16 |
| Octal | 125 | 33 | 110 | 0 | 104 | 17 | 103 | 471 | 64 | 26 |
| Binary | 1010101 | 11011 | 1001000 | 0 | 1000100 | 1111 | 1000011 | 100111001 | 110100 | 10110 |
Color Harmonies of #551B48
Complementary color
Monochromatic Colors of #551B48
Black with #551B48
Text Example
Text Example
White with #551B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B48; }
p { color: rgb(85,27,72); }
H1.HeaderClassName
{
color: #551B48;
}
.AnyTagClassName
{
color: #551B48;
}
</style>
background-color css
<style>
a { background-color: #551B48; }
a { background-color: rgb(85,27,72); }
div.DivClassName
{
background-color: #551B48;
}
.BgClassName
{
background-color: #551B48;
}
</style>
border-color css
<style>
span { border-color: #551B48; }
span { border-color: rgb(85,27,72); }
td.TdClassName
{
border-color: #551B48;
}
.TagClassName
{
border-color: #551B48;
}
</style>