Shades of Loulou #561D49
Tints of Loulou #561D49
RGB
CMYK
RGB Variations
Color information
#561D49 (or 0x561D49) is known color: Loulou. HEX triplet: 56, 1D and 49. RGB value is (86,29,73). Sum of RGB (Red+Green+Blue) = 86+29+73=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #561D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D49 is #A9E2B6. Grayscale: #323232. Windows color (decimal): -11133623 or 4791638. OLE color: 4791638.
HSL color Cylindrical-coordinate representation of color #561D49: hue angle of 313.68º 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 #561D49 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 73 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.66 |
| HSL | 313.68º | 0.5% | 0.23% | - |
| HSV(B) | 313.68º | 0.66% | 0.34% | - |
| XYZ | 5.48 | 3.34 | 6.66 | - |
| YUV | 51.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 73 | 0 | 0.66 | 0.15 | 0.66 | 313.68 | 0.5 | 0.23 |
| Hex | 56 | 1D | 49 | 0 | 42 | F | 42 | 13A | 32 | 17 |
| Octal | 126 | 35 | 111 | 0 | 102 | 17 | 102 | 472 | 62 | 27 |
| Binary | 1010110 | 11101 | 1001001 | 0 | 1000010 | 1111 | 1000010 | 100111010 | 110010 | 10111 |
Color Harmonies of #561D49
Complementary color
Monochromatic Colors of #561D49
Black with #561D49
Text Example
Text Example
White with #561D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D49; }
p { color: rgb(86,29,73); }
H1.HeaderClassName
{
color: #561D49;
}
.AnyTagClassName
{
color: #561D49;
}
</style>
background-color css
<style>
a { background-color: #561D49; }
a { background-color: rgb(86,29,73); }
div.DivClassName
{
background-color: #561D49;
}
.BgClassName
{
background-color: #561D49;
}
</style>
border-color css
<style>
span { border-color: #561D49; }
span { border-color: rgb(86,29,73); }
td.TdClassName
{
border-color: #561D49;
}
.TagClassName
{
border-color: #561D49;
}
</style>