Shades of Loulou #561F4E
Tints of Loulou #561F4E
RGB
CMYK
RGB Variations
Color information
#561F4E (or 0x561F4E) is known color: Loulou. HEX triplet: 56, 1F and 4E. RGB value is (86,31,78). Sum of RGB (Red+Green+Blue) = 86+31+78=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #561F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561F4E is #A9E0B1. Grayscale: #343434. Windows color (decimal): -11133106 or 5119830. OLE color: 5119830.
HSL color Cylindrical-coordinate representation of color #561F4E: hue angle of 308.73º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #561F4E is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 31 | 78 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.66 |
| HSL | 308.73º | 0.47% | 0.23% | - |
| HSV(B) | 308.73º | 0.64% | 0.34% | - |
| XYZ | 5.7 | 3.51 | 7.58 | - |
| YUV | 52.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 78 | 0 | 0.64 | 0.09 | 0.66 | 308.73 | 0.47 | 0.23 |
| Hex | 56 | 1F | 4E | 0 | 40 | 9 | 42 | 135 | 2F | 17 |
| Octal | 126 | 37 | 116 | 0 | 100 | 11 | 102 | 465 | 57 | 27 |
| Binary | 1010110 | 11111 | 1001110 | 0 | 1000000 | 1001 | 1000010 | 100110101 | 101111 | 10111 |
Color Harmonies of #561F4E
Complementary color
Monochromatic Colors of #561F4E
Black with #561F4E
Text Example
Text Example
White with #561F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561F4E; }
p { color: rgb(86,31,78); }
H1.HeaderClassName
{
color: #561F4E;
}
.AnyTagClassName
{
color: #561F4E;
}
</style>
background-color css
<style>
a { background-color: #561F4E; }
a { background-color: rgb(86,31,78); }
div.DivClassName
{
background-color: #561F4E;
}
.BgClassName
{
background-color: #561F4E;
}
</style>
border-color css
<style>
span { border-color: #561F4E; }
span { border-color: rgb(86,31,78); }
td.TdClassName
{
border-color: #561F4E;
}
.TagClassName
{
border-color: #561F4E;
}
</style>