Shades of Loulou #572B46
Tints of Loulou #572B46
RGB
CMYK
RGB Variations
Color information
#572B46 (or 0x572B46) is known color: Loulou. HEX triplet: 57, 2B and 46. RGB value is (87,43,70). Sum of RGB (Red+Green+Blue) = 87+43+70=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #572B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B46 is #A8D4B9. Grayscale: #3B3B3B. Windows color (decimal): -11064506 or 4598615. OLE color: 4598615.
HSL color Cylindrical-coordinate representation of color #572B46: hue angle of 323.18º 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 #572B46 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 43 | 70 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.66 |
| HSL | 323.18º | 0.34% | 0.25% | - |
| HSV(B) | 323.18º | 0.51% | 0.34% | - |
| XYZ | 5.9 | 4.2 | 6.29 | - |
| YUV | 59.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 70 | 0 | 0.51 | 0.20 | 0.66 | 323.18 | 0.34 | 0.25 |
| Hex | 57 | 2B | 46 | 0 | 33 | 14 | 42 | 143 | 22 | 19 |
| Octal | 127 | 53 | 106 | 0 | 63 | 24 | 102 | 503 | 42 | 31 |
| Binary | 1010111 | 101011 | 1000110 | 0 | 110011 | 10100 | 1000010 | 101000011 | 100010 | 11001 |
Color Harmonies of #572B46
Complementary color
Monochromatic Colors of #572B46
Black with #572B46
Text Example
Text Example
White with #572B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B46; }
p { color: rgb(87,43,70); }
H1.HeaderClassName
{
color: #572B46;
}
.AnyTagClassName
{
color: #572B46;
}
</style>
background-color css
<style>
a { background-color: #572B46; }
a { background-color: rgb(87,43,70); }
div.DivClassName
{
background-color: #572B46;
}
.BgClassName
{
background-color: #572B46;
}
</style>
border-color css
<style>
span { border-color: #572B46; }
span { border-color: rgb(87,43,70); }
td.TdClassName
{
border-color: #572B46;
}
.TagClassName
{
border-color: #572B46;
}
</style>