Shades of Loulou #561E45
Tints of Loulou #561E45
RGB
CMYK
RGB Variations
Color information
#561E45 (or 0x561E45) is known color: Loulou. HEX triplet: 56, 1E and 45. RGB value is (86,30,69). Sum of RGB (Red+Green+Blue) = 86+30+69=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #561E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E45 is #A9E1BA. Grayscale: #333333. Windows color (decimal): -11133371 or 4529750. OLE color: 4529750.
HSL color Cylindrical-coordinate representation of color #561E45: hue angle of 318.21º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E45 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 69 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.66 |
| HSL | 318.21º | 0.48% | 0.23% | - |
| HSV(B) | 318.21º | 0.65% | 0.34% | - |
| XYZ | 5.38 | 3.34 | 5.99 | - |
| YUV | 51.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 69 | 0 | 0.65 | 0.20 | 0.66 | 318.21 | 0.48 | 0.23 |
| Hex | 56 | 1E | 45 | 0 | 41 | 14 | 42 | 13E | 30 | 17 |
| Octal | 126 | 36 | 105 | 0 | 101 | 24 | 102 | 476 | 60 | 27 |
| Binary | 1010110 | 11110 | 1000101 | 0 | 1000001 | 10100 | 1000010 | 100111110 | 110000 | 10111 |
Color Harmonies of #561E45
Complementary color
Monochromatic Colors of #561E45
Black with #561E45
Text Example
Text Example
White with #561E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E45; }
p { color: rgb(86,30,69); }
H1.HeaderClassName
{
color: #561E45;
}
.AnyTagClassName
{
color: #561E45;
}
</style>
background-color css
<style>
a { background-color: #561E45; }
a { background-color: rgb(86,30,69); }
div.DivClassName
{
background-color: #561E45;
}
.BgClassName
{
background-color: #561E45;
}
</style>
border-color css
<style>
span { border-color: #561E45; }
span { border-color: rgb(86,30,69); }
td.TdClassName
{
border-color: #561E45;
}
.TagClassName
{
border-color: #561E45;
}
</style>