Shades of Loulou #572A4F
Tints of Loulou #572A4F
RGB
CMYK
RGB Variations
Color information
#572A4F (or 0x572A4F) is known color: Loulou. HEX triplet: 57, 2A and 4F. RGB value is (87,42,79). Sum of RGB (Red+Green+Blue) = 87+42+79=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #572A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572A4F is #A8D5B0. Grayscale: #3B3B3B. Windows color (decimal): -11064753 or 5188183. OLE color: 5188183.
HSL color Cylindrical-coordinate representation of color #572A4F: hue angle of 310.67º 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 #572A4F is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 42 | 79 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.66 |
| HSL | 310.67º | 0.35% | 0.25% | - |
| HSV(B) | 310.67º | 0.52% | 0.34% | - |
| XYZ | 6.17 | 4.25 | 7.89 | - |
| YUV | 59.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 79 | 0 | 0.52 | 0.09 | 0.66 | 310.67 | 0.35 | 0.25 |
| Hex | 57 | 2A | 4F | 0 | 34 | 9 | 42 | 137 | 23 | 19 |
| Octal | 127 | 52 | 117 | 0 | 64 | 11 | 102 | 467 | 43 | 31 |
| Binary | 1010111 | 101010 | 1001111 | 0 | 110100 | 1001 | 1000010 | 100110111 | 100011 | 11001 |
Color Harmonies of #572A4F
Complementary color
Monochromatic Colors of #572A4F
Black with #572A4F
Text Example
Text Example
White with #572A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A4F; }
p { color: rgb(87,42,79); }
H1.HeaderClassName
{
color: #572A4F;
}
.AnyTagClassName
{
color: #572A4F;
}
</style>
background-color css
<style>
a { background-color: #572A4F; }
a { background-color: rgb(87,42,79); }
div.DivClassName
{
background-color: #572A4F;
}
.BgClassName
{
background-color: #572A4F;
}
</style>
border-color css
<style>
span { border-color: #572A4F; }
span { border-color: rgb(87,42,79); }
td.TdClassName
{
border-color: #572A4F;
}
.TagClassName
{
border-color: #572A4F;
}
</style>