Shades of Loulou #572F51
Tints of Loulou #572F51
RGB
CMYK
RGB Variations
Color information
#572F51 (or 0x572F51) is known color: Loulou. HEX triplet: 57, 2F and 51. RGB value is (87,47,81). Sum of RGB (Red+Green+Blue) = 87+47+81=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 87 - color contains mainly: red. Hex color #572F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F51 is #A8D0AE. Grayscale: #3E3E3E. Windows color (decimal): -11063471 or 5320535. OLE color: 5320535.
HSL color Cylindrical-coordinate representation of color #572F51: hue angle of 309º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #572F51 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 47 | 81 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.66 |
| HSL | 309º | 0.3% | 0.26% | - |
| HSV(B) | 309º | 0.46% | 0.34% | - |
| XYZ | 6.43 | 4.65 | 8.34 | - |
| YUV | 62.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 81 | 0 | 0.46 | 0.07 | 0.66 | 309 | 0.3 | 0.26 |
| Hex | 57 | 2F | 51 | 0 | 2E | 7 | 42 | 135 | 1E | 1A |
| Octal | 127 | 57 | 121 | 0 | 56 | 7 | 102 | 465 | 36 | 32 |
| Binary | 1010111 | 101111 | 1010001 | 0 | 101110 | 111 | 1000010 | 100110101 | 11110 | 11010 |
Color Harmonies of #572F51
Complementary color
Monochromatic Colors of #572F51
Black with #572F51
Text Example
Text Example
White with #572F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F51; }
p { color: rgb(87,47,81); }
H1.HeaderClassName
{
color: #572F51;
}
.AnyTagClassName
{
color: #572F51;
}
</style>
background-color css
<style>
a { background-color: #572F51; }
a { background-color: rgb(87,47,81); }
div.DivClassName
{
background-color: #572F51;
}
.BgClassName
{
background-color: #572F51;
}
</style>
border-color css
<style>
span { border-color: #572F51; }
span { border-color: rgb(87,47,81); }
td.TdClassName
{
border-color: #572F51;
}
.TagClassName
{
border-color: #572F51;
}
</style>