Shades of Loulou #572C4B
Tints of Loulou #572C4B
RGB
CMYK
RGB Variations
Color information
#572C4B (or 0x572C4B) is known color: Loulou. HEX triplet: 57, 2C and 4B. RGB value is (87,44,75). Sum of RGB (Red+Green+Blue) = 87+44+75=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #572C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C4B is #A8D3B4. Grayscale: #3C3C3C. Windows color (decimal): -11064245 or 4926551. OLE color: 4926551.
HSL color Cylindrical-coordinate representation of color #572C4B: hue angle of 316.74º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #572C4B is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 44 | 75 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.66 |
| HSL | 316.74º | 0.33% | 0.26% | - |
| HSV(B) | 316.74º | 0.49% | 0.34% | - |
| XYZ | 6.1 | 4.34 | 7.17 | - |
| YUV | 60.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 75 | 0 | 0.49 | 0.14 | 0.66 | 316.74 | 0.33 | 0.26 |
| Hex | 57 | 2C | 4B | 0 | 31 | E | 42 | 13D | 21 | 1A |
| Octal | 127 | 54 | 113 | 0 | 61 | 16 | 102 | 475 | 41 | 32 |
| Binary | 1010111 | 101100 | 1001011 | 0 | 110001 | 1110 | 1000010 | 100111101 | 100001 | 11010 |
Color Harmonies of #572C4B
Complementary color
Monochromatic Colors of #572C4B
Black with #572C4B
Text Example
Text Example
White with #572C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572C4B; }
p { color: rgb(87,44,75); }
H1.HeaderClassName
{
color: #572C4B;
}
.AnyTagClassName
{
color: #572C4B;
}
</style>
background-color css
<style>
a { background-color: #572C4B; }
a { background-color: rgb(87,44,75); }
div.DivClassName
{
background-color: #572C4B;
}
.BgClassName
{
background-color: #572C4B;
}
</style>
border-color css
<style>
span { border-color: #572C4B; }
span { border-color: rgb(87,44,75); }
td.TdClassName
{
border-color: #572C4B;
}
.TagClassName
{
border-color: #572C4B;
}
</style>