Shades of Loulou #571A4B
Tints of Loulou #571A4B
RGB
CMYK
RGB Variations
Color information
#571A4B (or 0x571A4B) is known color: Loulou. HEX triplet: 57, 1A and 4B. RGB value is (87,26,75). Sum of RGB (Red+Green+Blue) = 87+26+75=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #571A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A4B is #A8E5B4. Grayscale: #313131. Windows color (decimal): -11068853 or 4921943. OLE color: 4921943.
HSL color Cylindrical-coordinate representation of color #571A4B: hue angle of 311.8º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A4B is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 75 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.66 |
| HSL | 311.8º | 0.54% | 0.22% | - |
| HSV(B) | 311.8º | 0.7% | 0.34% | - |
| XYZ | 5.57 | 3.27 | 6.99 | - |
| YUV | 49.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 75 | 0 | 0.70 | 0.14 | 0.66 | 311.8 | 0.54 | 0.22 |
| Hex | 57 | 1A | 4B | 0 | 46 | E | 42 | 138 | 36 | 16 |
| Octal | 127 | 32 | 113 | 0 | 106 | 16 | 102 | 470 | 66 | 26 |
| Binary | 1010111 | 11010 | 1001011 | 0 | 1000110 | 1110 | 1000010 | 100111000 | 110110 | 10110 |
Color Harmonies of #571A4B
Complementary color
Monochromatic Colors of #571A4B
Black with #571A4B
Text Example
Text Example
White with #571A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A4B; }
p { color: rgb(87,26,75); }
H1.HeaderClassName
{
color: #571A4B;
}
.AnyTagClassName
{
color: #571A4B;
}
</style>
background-color css
<style>
a { background-color: #571A4B; }
a { background-color: rgb(87,26,75); }
div.DivClassName
{
background-color: #571A4B;
}
.BgClassName
{
background-color: #571A4B;
}
</style>
border-color css
<style>
span { border-color: #571A4B; }
span { border-color: rgb(87,26,75); }
td.TdClassName
{
border-color: #571A4B;
}
.TagClassName
{
border-color: #571A4B;
}
</style>