Shades of Loulou #551448
Tints of Loulou #551448
RGB
CMYK
RGB Variations
Color information
#551448 (or 0x551448) is known color: Loulou. HEX triplet: 55, 14 and 48. RGB value is (85,20,72). Sum of RGB (Red+Green+Blue) = 85+20+72=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #551448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551448 is #AAEBB7. Grayscale: #2D2D2D. Windows color (decimal): -11201464 or 4723797. OLE color: 4723797.
HSL color Cylindrical-coordinate representation of color #551448: hue angle of 312º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551448 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 72 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.67 |
| HSL | 312º | 0.62% | 0.21% | - |
| HSV(B) | 312º | 0.76% | 0.33% | - |
| XYZ | 5.17 | 2.9 | 6.42 | - |
| YUV | 45.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 72 | 0 | 0.76 | 0.15 | 0.67 | 312 | 0.62 | 0.21 |
| Hex | 55 | 14 | 48 | 0 | 4C | F | 43 | 138 | 3E | 15 |
| Octal | 125 | 24 | 110 | 0 | 114 | 17 | 103 | 470 | 76 | 25 |
| Binary | 1010101 | 10100 | 1001000 | 0 | 1001100 | 1111 | 1000011 | 100111000 | 111110 | 10101 |
Color Harmonies of #551448
Complementary color
Monochromatic Colors of #551448
Black with #551448
Text Example
Text Example
White with #551448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551448; }
p { color: rgb(85,20,72); }
H1.HeaderClassName
{
color: #551448;
}
.AnyTagClassName
{
color: #551448;
}
</style>
background-color css
<style>
a { background-color: #551448; }
a { background-color: rgb(85,20,72); }
div.DivClassName
{
background-color: #551448;
}
.BgClassName
{
background-color: #551448;
}
</style>
border-color css
<style>
span { border-color: #551448; }
span { border-color: rgb(85,20,72); }
td.TdClassName
{
border-color: #551448;
}
.TagClassName
{
border-color: #551448;
}
</style>