Shades of Loulou #572B4C
Tints of Loulou #572B4C
RGB
CMYK
RGB Variations
Color information
#572B4C (or 0x572B4C) is known color: Loulou. HEX triplet: 57, 2B and 4C. RGB value is (87,43,76). Sum of RGB (Red+Green+Blue) = 87+43+76=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #572B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B4C is #A8D4B3. Grayscale: #3B3B3B. Windows color (decimal): -11064500 or 4991831. OLE color: 4991831.
HSL color Cylindrical-coordinate representation of color #572B4C: hue angle of 315º 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 #572B4C is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 76 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.66 |
| HSL | 315º | 0.34% | 0.25% | - |
| HSV(B) | 315º | 0.51% | 0.34% | - |
| XYZ | 6.1 | 4.28 | 7.34 | - |
| YUV | 59.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 76 | 0 | 0.51 | 0.13 | 0.66 | 315 | 0.34 | 0.25 |
| Hex | 57 | 2B | 4C | 0 | 33 | D | 42 | 13B | 22 | 19 |
| Octal | 127 | 53 | 114 | 0 | 63 | 15 | 102 | 473 | 42 | 31 |
| Binary | 1010111 | 101011 | 1001100 | 0 | 110011 | 1101 | 1000010 | 100111011 | 100010 | 11001 |
Color Harmonies of #572B4C
Complementary color
Monochromatic Colors of #572B4C
Black with #572B4C
Text Example
Text Example
White with #572B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B4C; }
p { color: rgb(87,43,76); }
H1.HeaderClassName
{
color: #572B4C;
}
.AnyTagClassName
{
color: #572B4C;
}
</style>
background-color css
<style>
a { background-color: #572B4C; }
a { background-color: rgb(87,43,76); }
div.DivClassName
{
background-color: #572B4C;
}
.BgClassName
{
background-color: #572B4C;
}
</style>
border-color css
<style>
span { border-color: #572B4C; }
span { border-color: rgb(87,43,76); }
td.TdClassName
{
border-color: #572B4C;
}
.TagClassName
{
border-color: #572B4C;
}
</style>