Shades of Loulou #571E4F
Tints of Loulou #571E4F
RGB
CMYK
RGB Variations
Color information
#571E4F (or 0x571E4F) is known color: Loulou. HEX triplet: 57, 1E and 4F. RGB value is (87,30,79). Sum of RGB (Red+Green+Blue) = 87+30+79=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #571E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571E4F is #A8E1B0. Grayscale: #343434. Windows color (decimal): -11067825 or 5185111. OLE color: 5185111.
HSL color Cylindrical-coordinate representation of color #571E4F: hue angle of 308.42º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #571E4F is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 30 | 79 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.66 |
| HSL | 308.42º | 0.49% | 0.23% | - |
| HSV(B) | 308.42º | 0.66% | 0.34% | - |
| XYZ | 5.81 | 3.52 | 7.77 | - |
| YUV | 52.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 79 | 0 | 0.66 | 0.09 | 0.66 | 308.42 | 0.49 | 0.23 |
| Hex | 57 | 1E | 4F | 0 | 42 | 9 | 42 | 134 | 31 | 17 |
| Octal | 127 | 36 | 117 | 0 | 102 | 11 | 102 | 464 | 61 | 27 |
| Binary | 1010111 | 11110 | 1001111 | 0 | 1000010 | 1001 | 1000010 | 100110100 | 110001 | 10111 |
Color Harmonies of #571E4F
Complementary color
Monochromatic Colors of #571E4F
Black with #571E4F
Text Example
Text Example
White with #571E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E4F; }
p { color: rgb(87,30,79); }
H1.HeaderClassName
{
color: #571E4F;
}
.AnyTagClassName
{
color: #571E4F;
}
</style>
background-color css
<style>
a { background-color: #571E4F; }
a { background-color: rgb(87,30,79); }
div.DivClassName
{
background-color: #571E4F;
}
.BgClassName
{
background-color: #571E4F;
}
</style>
border-color css
<style>
span { border-color: #571E4F; }
span { border-color: rgb(87,30,79); }
td.TdClassName
{
border-color: #571E4F;
}
.TagClassName
{
border-color: #571E4F;
}
</style>