Shades of Loulou #572E4B
Tints of Loulou #572E4B
RGB
CMYK
RGB Variations
Color information
#572E4B (or 0x572E4B) is known color: Loulou. HEX triplet: 57, 2E and 4B. RGB value is (87,46,75). Sum of RGB (Red+Green+Blue) = 87+46+75=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #572E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E4B is #A8D1B4. Grayscale: #3D3D3D. Windows color (decimal): -11063733 or 4927063. OLE color: 4927063.
HSL color Cylindrical-coordinate representation of color #572E4B: hue angle of 317.56º 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 #572E4B is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 46 | 75 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.66 |
| HSL | 317.56º | 0.31% | 0.26% | - |
| HSV(B) | 317.56º | 0.47% | 0.34% | - |
| XYZ | 6.18 | 4.49 | 7.2 | - |
| YUV | 61.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 75 | 0 | 0.47 | 0.14 | 0.66 | 317.56 | 0.31 | 0.26 |
| Hex | 57 | 2E | 4B | 0 | 2F | E | 42 | 13E | 1F | 1A |
| Octal | 127 | 56 | 113 | 0 | 57 | 16 | 102 | 476 | 37 | 32 |
| Binary | 1010111 | 101110 | 1001011 | 0 | 101111 | 1110 | 1000010 | 100111110 | 11111 | 11010 |
Color Harmonies of #572E4B
Complementary color
Monochromatic Colors of #572E4B
Black with #572E4B
Text Example
Text Example
White with #572E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572E4B; }
p { color: rgb(87,46,75); }
H1.HeaderClassName
{
color: #572E4B;
}
.AnyTagClassName
{
color: #572E4B;
}
</style>
background-color css
<style>
a { background-color: #572E4B; }
a { background-color: rgb(87,46,75); }
div.DivClassName
{
background-color: #572E4B;
}
.BgClassName
{
background-color: #572E4B;
}
</style>
border-color css
<style>
span { border-color: #572E4B; }
span { border-color: rgb(87,46,75); }
td.TdClassName
{
border-color: #572E4B;
}
.TagClassName
{
border-color: #572E4B;
}
</style>