Shades of Loulou #552F49
Tints of Loulou #552F49
RGB
CMYK
RGB Variations
Color information
#552F49 (or 0x552F49) is known color: Loulou. HEX triplet: 55, 2F and 49. RGB value is (85,47,73). Sum of RGB (Red+Green+Blue) = 85+47+73=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #552F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F49 is #AAD0B6. Grayscale: #3D3D3D. Windows color (decimal): -11194551 or 4796245. OLE color: 4796245.
HSL color Cylindrical-coordinate representation of color #552F49: hue angle of 318.95º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #552F49 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 73 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.67 |
| HSL | 318.95º | 0.29% | 0.26% | - |
| HSV(B) | 318.95º | 0.45% | 0.33% | - |
| XYZ | 5.97 | 4.45 | 6.85 | - |
| YUV | 61.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 73 | 0 | 0.45 | 0.14 | 0.67 | 318.95 | 0.29 | 0.26 |
| Hex | 55 | 2F | 49 | 0 | 2D | E | 43 | 13F | 1D | 1A |
| Octal | 125 | 57 | 111 | 0 | 55 | 16 | 103 | 477 | 35 | 32 |
| Binary | 1010101 | 101111 | 1001001 | 0 | 101101 | 1110 | 1000011 | 100111111 | 11101 | 11010 |
Color Harmonies of #552F49
Complementary color
Monochromatic Colors of #552F49
Black with #552F49
Text Example
Text Example
White with #552F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F49; }
p { color: rgb(85,47,73); }
H1.HeaderClassName
{
color: #552F49;
}
.AnyTagClassName
{
color: #552F49;
}
</style>
background-color css
<style>
a { background-color: #552F49; }
a { background-color: rgb(85,47,73); }
div.DivClassName
{
background-color: #552F49;
}
.BgClassName
{
background-color: #552F49;
}
</style>
border-color css
<style>
span { border-color: #552F49; }
span { border-color: rgb(85,47,73); }
td.TdClassName
{
border-color: #552F49;
}
.TagClassName
{
border-color: #552F49;
}
</style>