Shades of Loulou #571D4D
Tints of Loulou #571D4D
RGB
CMYK
RGB Variations
Color information
#571D4D (or 0x571D4D) is known color: Loulou. HEX triplet: 57, 1D and 4D. RGB value is (87,29,77). Sum of RGB (Red+Green+Blue) = 87+29+77=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #571D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571D4D is #A8E2B2. Grayscale: #333333. Windows color (decimal): -11068083 or 5053783. OLE color: 5053783.
HSL color Cylindrical-coordinate representation of color #571D4D: hue angle of 310.34º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #571D4D is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 29 | 77 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.66 |
| HSL | 310.34º | 0.5% | 0.23% | - |
| HSV(B) | 310.34º | 0.67% | 0.34% | - |
| XYZ | 5.71 | 3.44 | 7.38 | - |
| YUV | 51.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 29 | 77 | 0 | 0.67 | 0.11 | 0.66 | 310.34 | 0.5 | 0.23 |
| Hex | 57 | 1D | 4D | 0 | 43 | B | 42 | 136 | 32 | 17 |
| Octal | 127 | 35 | 115 | 0 | 103 | 13 | 102 | 466 | 62 | 27 |
| Binary | 1010111 | 11101 | 1001101 | 0 | 1000011 | 1011 | 1000010 | 100110110 | 110010 | 10111 |
Color Harmonies of #571D4D
Complementary color
Monochromatic Colors of #571D4D
Black with #571D4D
Text Example
Text Example
White with #571D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571D4D; }
p { color: rgb(87,29,77); }
H1.HeaderClassName
{
color: #571D4D;
}
.AnyTagClassName
{
color: #571D4D;
}
</style>
background-color css
<style>
a { background-color: #571D4D; }
a { background-color: rgb(87,29,77); }
div.DivClassName
{
background-color: #571D4D;
}
.BgClassName
{
background-color: #571D4D;
}
</style>
border-color css
<style>
span { border-color: #571D4D; }
span { border-color: rgb(87,29,77); }
td.TdClassName
{
border-color: #571D4D;
}
.TagClassName
{
border-color: #571D4D;
}
</style>