Shades of Loulou #572B4D
Tints of Loulou #572B4D
RGB
CMYK
RGB Variations
Color information
#572B4D (or 0x572B4D) is known color: Loulou. HEX triplet: 57, 2B and 4D. RGB value is (87,43,77). Sum of RGB (Red+Green+Blue) = 87+43+77=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #572B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572B4D is #A8D4B2. Grayscale: #3B3B3B. Windows color (decimal): -11064499 or 5057367. OLE color: 5057367.
HSL color Cylindrical-coordinate representation of color #572B4D: hue angle of 313.64º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #572B4D is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 77 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.66 |
| HSL | 313.64º | 0.34% | 0.25% | - |
| HSV(B) | 313.64º | 0.51% | 0.34% | - |
| XYZ | 6.13 | 4.29 | 7.53 | - |
| YUV | 60.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 77 | 0 | 0.51 | 0.11 | 0.66 | 313.64 | 0.34 | 0.25 |
| Hex | 57 | 2B | 4D | 0 | 33 | B | 42 | 13A | 22 | 19 |
| Octal | 127 | 53 | 115 | 0 | 63 | 13 | 102 | 472 | 42 | 31 |
| Binary | 1010111 | 101011 | 1001101 | 0 | 110011 | 1011 | 1000010 | 100111010 | 100010 | 11001 |
Color Harmonies of #572B4D
Complementary color
Monochromatic Colors of #572B4D
Black with #572B4D
Text Example
Text Example
White with #572B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B4D; }
p { color: rgb(87,43,77); }
H1.HeaderClassName
{
color: #572B4D;
}
.AnyTagClassName
{
color: #572B4D;
}
</style>
background-color css
<style>
a { background-color: #572B4D; }
a { background-color: rgb(87,43,77); }
div.DivClassName
{
background-color: #572B4D;
}
.BgClassName
{
background-color: #572B4D;
}
</style>
border-color css
<style>
span { border-color: #572B4D; }
span { border-color: rgb(87,43,77); }
td.TdClassName
{
border-color: #572B4D;
}
.TagClassName
{
border-color: #572B4D;
}
</style>