Shades of Loulou #571C4E
Tints of Loulou #571C4E
RGB
CMYK
RGB Variations
Color information
#571C4E (or 0x571C4E) is known color: Loulou. HEX triplet: 57, 1C and 4E. RGB value is (87,28,78). Sum of RGB (Red+Green+Blue) = 87+28+78=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #571C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C4E is #A8E3B1. Grayscale: #333333. Windows color (decimal): -11068338 or 5119063. OLE color: 5119063.
HSL color Cylindrical-coordinate representation of color #571C4E: hue angle of 309.15º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C4E is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 28 | 78 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.66 |
| HSL | 309.15º | 0.51% | 0.23% | - |
| HSV(B) | 309.15º | 0.68% | 0.34% | - |
| XYZ | 5.72 | 3.41 | 7.56 | - |
| YUV | 51.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 78 | 0 | 0.68 | 0.10 | 0.66 | 309.15 | 0.51 | 0.23 |
| Hex | 57 | 1C | 4E | 0 | 44 | A | 42 | 135 | 33 | 17 |
| Octal | 127 | 34 | 116 | 0 | 104 | 12 | 102 | 465 | 63 | 27 |
| Binary | 1010111 | 11100 | 1001110 | 0 | 1000100 | 1010 | 1000010 | 100110101 | 110011 | 10111 |
Color Harmonies of #571C4E
Complementary color
Monochromatic Colors of #571C4E
Black with #571C4E
Text Example
Text Example
White with #571C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571C4E; }
p { color: rgb(87,28,78); }
H1.HeaderClassName
{
color: #571C4E;
}
.AnyTagClassName
{
color: #571C4E;
}
</style>
background-color css
<style>
a { background-color: #571C4E; }
a { background-color: rgb(87,28,78); }
div.DivClassName
{
background-color: #571C4E;
}
.BgClassName
{
background-color: #571C4E;
}
</style>
border-color css
<style>
span { border-color: #571C4E; }
span { border-color: rgb(87,28,78); }
td.TdClassName
{
border-color: #571C4E;
}
.TagClassName
{
border-color: #571C4E;
}
</style>