Shades of Loulou #572A50
Tints of Loulou #572A50
RGB
CMYK
RGB Variations
Color information
#572A50 (or 0x572A50) is known color: Loulou. HEX triplet: 57, 2A and 50. RGB value is (87,42,80). Sum of RGB (Red+Green+Blue) = 87+42+80=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #572A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572A50 is #A8D5AF. Grayscale: #3B3B3B. Windows color (decimal): -11064752 or 5253719. OLE color: 5253719.
HSL color Cylindrical-coordinate representation of color #572A50: hue angle of 309.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #572A50 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 80 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.66 |
| HSL | 309.33º | 0.35% | 0.25% | - |
| HSV(B) | 309.33º | 0.52% | 0.34% | - |
| XYZ | 6.21 | 4.26 | 8.08 | - |
| YUV | 59.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 80 | 0 | 0.52 | 0.08 | 0.66 | 309.33 | 0.35 | 0.25 |
| Hex | 57 | 2A | 50 | 0 | 34 | 8 | 42 | 135 | 23 | 19 |
| Octal | 127 | 52 | 120 | 0 | 64 | 10 | 102 | 465 | 43 | 31 |
| Binary | 1010111 | 101010 | 1010000 | 0 | 110100 | 1000 | 1000010 | 100110101 | 100011 | 11001 |
Color Harmonies of #572A50
Complementary color
Monochromatic Colors of #572A50
Black with #572A50
Text Example
Text Example
White with #572A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A50; }
p { color: rgb(87,42,80); }
H1.HeaderClassName
{
color: #572A50;
}
.AnyTagClassName
{
color: #572A50;
}
</style>
background-color css
<style>
a { background-color: #572A50; }
a { background-color: rgb(87,42,80); }
div.DivClassName
{
background-color: #572A50;
}
.BgClassName
{
background-color: #572A50;
}
</style>
border-color css
<style>
span { border-color: #572A50; }
span { border-color: rgb(87,42,80); }
td.TdClassName
{
border-color: #572A50;
}
.TagClassName
{
border-color: #572A50;
}
</style>