Shades of Loulou #572E4E
Tints of Loulou #572E4E
RGB
CMYK
RGB Variations
Color information
#572E4E (or 0x572E4E) is known color: Loulou. HEX triplet: 57, 2E and 4E. RGB value is (87,46,78). Sum of RGB (Red+Green+Blue) = 87+46+78=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #572E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E4E is #A8D1B1. Grayscale: #3D3D3D. Windows color (decimal): -11063730 or 5123671. OLE color: 5123671.
HSL color Cylindrical-coordinate representation of color #572E4E: hue angle of 313.17º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #572E4E is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 46 | 78 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.66 |
| HSL | 313.17º | 0.31% | 0.26% | - |
| HSV(B) | 313.17º | 0.47% | 0.34% | - |
| XYZ | 6.28 | 4.53 | 7.75 | - |
| YUV | 61.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 78 | 0 | 0.47 | 0.10 | 0.66 | 313.17 | 0.31 | 0.26 |
| Hex | 57 | 2E | 4E | 0 | 2F | A | 42 | 139 | 1F | 1A |
| Octal | 127 | 56 | 116 | 0 | 57 | 12 | 102 | 471 | 37 | 32 |
| Binary | 1010111 | 101110 | 1001110 | 0 | 101111 | 1010 | 1000010 | 100111001 | 11111 | 11010 |
Color Harmonies of #572E4E
Complementary color
Monochromatic Colors of #572E4E
Black with #572E4E
Text Example
Text Example
White with #572E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E4E; }
p { color: rgb(87,46,78); }
H1.HeaderClassName
{
color: #572E4E;
}
.AnyTagClassName
{
color: #572E4E;
}
</style>
background-color css
<style>
a { background-color: #572E4E; }
a { background-color: rgb(87,46,78); }
div.DivClassName
{
background-color: #572E4E;
}
.BgClassName
{
background-color: #572E4E;
}
</style>
border-color css
<style>
span { border-color: #572E4E; }
span { border-color: rgb(87,46,78); }
td.TdClassName
{
border-color: #572E4E;
}
.TagClassName
{
border-color: #572E4E;
}
</style>