Shades of Loulou #561D4F
Tints of Loulou #561D4F
RGB
CMYK
RGB Variations
Color information
#561D4F (or 0x561D4F) is known color: Loulou. HEX triplet: 56, 1D and 4F. RGB value is (86,29,79). Sum of RGB (Red+Green+Blue) = 86+29+79=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #561D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561D4F is #A9E2B0. Grayscale: #333333. Windows color (decimal): -11133617 or 5184854. OLE color: 5184854.
HSL color Cylindrical-coordinate representation of color #561D4F: hue angle of 307.37º 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 #561D4F is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 79 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.66 |
| HSL | 307.37º | 0.5% | 0.23% | - |
| HSV(B) | 307.37º | 0.66% | 0.34% | - |
| XYZ | 5.69 | 3.42 | 7.76 | - |
| YUV | 51.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 79 | 0 | 0.66 | 0.08 | 0.66 | 307.37 | 0.5 | 0.23 |
| Hex | 56 | 1D | 4F | 0 | 42 | 8 | 42 | 133 | 32 | 17 |
| Octal | 126 | 35 | 117 | 0 | 102 | 10 | 102 | 463 | 62 | 27 |
| Binary | 1010110 | 11101 | 1001111 | 0 | 1000010 | 1000 | 1000010 | 100110011 | 110010 | 10111 |
Color Harmonies of #561D4F
Complementary color
Monochromatic Colors of #561D4F
Black with #561D4F
Text Example
Text Example
White with #561D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D4F; }
p { color: rgb(86,29,79); }
H1.HeaderClassName
{
color: #561D4F;
}
.AnyTagClassName
{
color: #561D4F;
}
</style>
background-color css
<style>
a { background-color: #561D4F; }
a { background-color: rgb(86,29,79); }
div.DivClassName
{
background-color: #561D4F;
}
.BgClassName
{
background-color: #561D4F;
}
</style>
border-color css
<style>
span { border-color: #561D4F; }
span { border-color: rgb(86,29,79); }
td.TdClassName
{
border-color: #561D4F;
}
.TagClassName
{
border-color: #561D4F;
}
</style>