Shades of Loulou #551648
Tints of Loulou #551648
RGB
CMYK
RGB Variations
Color information
#551648 (or 0x551648) is known color: Loulou. HEX triplet: 55, 16 and 48. RGB value is (85,22,72). Sum of RGB (Red+Green+Blue) = 85+22+72=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #551648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551648 is #AAE9B7. Grayscale: #2E2E2E. Windows color (decimal): -11200952 or 4724309. OLE color: 4724309.
HSL color Cylindrical-coordinate representation of color #551648: hue angle of 312.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551648 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 72 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.67 |
| HSL | 312.38º | 0.59% | 0.21% | - |
| HSV(B) | 312.38º | 0.74% | 0.33% | - |
| XYZ | 5.2 | 2.97 | 6.43 | - |
| YUV | 46.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 72 | 0 | 0.74 | 0.15 | 0.67 | 312.38 | 0.59 | 0.21 |
| Hex | 55 | 16 | 48 | 0 | 4A | F | 43 | 138 | 3B | 15 |
| Octal | 125 | 26 | 110 | 0 | 112 | 17 | 103 | 470 | 73 | 25 |
| Binary | 1010101 | 10110 | 1001000 | 0 | 1001010 | 1111 | 1000011 | 100111000 | 111011 | 10101 |
Color Harmonies of #551648
Complementary color
Monochromatic Colors of #551648
Black with #551648
Text Example
Text Example
White with #551648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551648; }
p { color: rgb(85,22,72); }
H1.HeaderClassName
{
color: #551648;
}
.AnyTagClassName
{
color: #551648;
}
</style>
background-color css
<style>
a { background-color: #551648; }
a { background-color: rgb(85,22,72); }
div.DivClassName
{
background-color: #551648;
}
.BgClassName
{
background-color: #551648;
}
</style>
border-color css
<style>
span { border-color: #551648; }
span { border-color: rgb(85,22,72); }
td.TdClassName
{
border-color: #551648;
}
.TagClassName
{
border-color: #551648;
}
</style>