Shades of Loulou #572D48
Tints of Loulou #572D48
RGB
CMYK
RGB Variations
Color information
#572D48 (or 0x572D48) is known color: Loulou. HEX triplet: 57, 2D and 48. RGB value is (87,45,72). Sum of RGB (Red+Green+Blue) = 87+45+72=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #572D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D48 is #A8D2B7. Grayscale: #3C3C3C. Windows color (decimal): -11063992 or 4730199. OLE color: 4730199.
HSL color Cylindrical-coordinate representation of color #572D48: hue angle of 321.43º 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 #572D48 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 45 | 72 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.66 |
| HSL | 321.43º | 0.32% | 0.26% | - |
| HSV(B) | 321.43º | 0.48% | 0.34% | - |
| XYZ | 6.04 | 4.37 | 6.66 | - |
| YUV | 60.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 45 | 72 | 0 | 0.48 | 0.17 | 0.66 | 321.43 | 0.32 | 0.26 |
| Hex | 57 | 2D | 48 | 0 | 30 | 11 | 42 | 141 | 20 | 1A |
| Octal | 127 | 55 | 110 | 0 | 60 | 21 | 102 | 501 | 40 | 32 |
| Binary | 1010111 | 101101 | 1001000 | 0 | 110000 | 10001 | 1000010 | 101000001 | 100000 | 11010 |
Color Harmonies of #572D48
Complementary color
Monochromatic Colors of #572D48
Black with #572D48
Text Example
Text Example
White with #572D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572D48; }
p { color: rgb(87,45,72); }
H1.HeaderClassName
{
color: #572D48;
}
.AnyTagClassName
{
color: #572D48;
}
</style>
background-color css
<style>
a { background-color: #572D48; }
a { background-color: rgb(87,45,72); }
div.DivClassName
{
background-color: #572D48;
}
.BgClassName
{
background-color: #572D48;
}
</style>
border-color css
<style>
span { border-color: #572D48; }
span { border-color: rgb(87,45,72); }
td.TdClassName
{
border-color: #572D48;
}
.TagClassName
{
border-color: #572D48;
}
</style>