Shades of Loulou #572D51
Tints of Loulou #572D51
RGB
CMYK
RGB Variations
Color information
#572D51 (or 0x572D51) is known color: Loulou. HEX triplet: 57, 2D and 51. RGB value is (87,45,81). Sum of RGB (Red+Green+Blue) = 87+45+81=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 87 - color contains mainly: red. Hex color #572D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572D51 is #A8D2AE. Grayscale: #3D3D3D. Windows color (decimal): -11063983 or 5320023. OLE color: 5320023.
HSL color Cylindrical-coordinate representation of color #572D51: hue angle of 308.57º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #572D51 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 45 | 81 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.66 |
| HSL | 308.57º | 0.32% | 0.26% | - |
| HSV(B) | 308.57º | 0.48% | 0.34% | - |
| XYZ | 6.35 | 4.5 | 8.32 | - |
| YUV | 61.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 45 | 81 | 0 | 0.48 | 0.07 | 0.66 | 308.57 | 0.32 | 0.26 |
| Hex | 57 | 2D | 51 | 0 | 30 | 7 | 42 | 135 | 20 | 1A |
| Octal | 127 | 55 | 121 | 0 | 60 | 7 | 102 | 465 | 40 | 32 |
| Binary | 1010111 | 101101 | 1010001 | 0 | 110000 | 111 | 1000010 | 100110101 | 100000 | 11010 |
Color Harmonies of #572D51
Complementary color
Monochromatic Colors of #572D51
Black with #572D51
Text Example
Text Example
White with #572D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572D51; }
p { color: rgb(87,45,81); }
H1.HeaderClassName
{
color: #572D51;
}
.AnyTagClassName
{
color: #572D51;
}
</style>
background-color css
<style>
a { background-color: #572D51; }
a { background-color: rgb(87,45,81); }
div.DivClassName
{
background-color: #572D51;
}
.BgClassName
{
background-color: #572D51;
}
</style>
border-color css
<style>
span { border-color: #572D51; }
span { border-color: rgb(87,45,81); }
td.TdClassName
{
border-color: #572D51;
}
.TagClassName
{
border-color: #572D51;
}
</style>