Shades of Loulou #561D46
Tints of Loulou #561D46
RGB
CMYK
RGB Variations
Color information
#561D46 (or 0x561D46) is known color: Loulou. HEX triplet: 56, 1D and 46. RGB value is (86,29,70). Sum of RGB (Red+Green+Blue) = 86+29+70=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #561D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D46 is #A9E2B9. Grayscale: #323232. Windows color (decimal): -11133626 or 4595030. OLE color: 4595030.
HSL color Cylindrical-coordinate representation of color #561D46: hue angle of 316.84º degrees, saturation: 0.5, 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 #561D46 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 70 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.66 |
| HSL | 316.84º | 0.5% | 0.23% | - |
| HSV(B) | 316.84º | 0.66% | 0.34% | - |
| XYZ | 5.38 | 3.3 | 6.15 | - |
| YUV | 50.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 70 | 0 | 0.66 | 0.19 | 0.66 | 316.84 | 0.5 | 0.23 |
| Hex | 56 | 1D | 46 | 0 | 42 | 13 | 42 | 13D | 32 | 17 |
| Octal | 126 | 35 | 106 | 0 | 102 | 23 | 102 | 475 | 62 | 27 |
| Binary | 1010110 | 11101 | 1000110 | 0 | 1000010 | 10011 | 1000010 | 100111101 | 110010 | 10111 |
Color Harmonies of #561D46
Complementary color
Monochromatic Colors of #561D46
Black with #561D46
Text Example
Text Example
White with #561D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D46; }
p { color: rgb(86,29,70); }
H1.HeaderClassName
{
color: #561D46;
}
.AnyTagClassName
{
color: #561D46;
}
</style>
background-color css
<style>
a { background-color: #561D46; }
a { background-color: rgb(86,29,70); }
div.DivClassName
{
background-color: #561D46;
}
.BgClassName
{
background-color: #561D46;
}
</style>
border-color css
<style>
span { border-color: #561D46; }
span { border-color: rgb(86,29,70); }
td.TdClassName
{
border-color: #561D46;
}
.TagClassName
{
border-color: #561D46;
}
</style>