Shades of Loulou #561D45
Tints of Loulou #561D45
RGB
CMYK
RGB Variations
Color information
#561D45 (or 0x561D45) is known color: Loulou. HEX triplet: 56, 1D and 45. RGB value is (86,29,69). Sum of RGB (Red+Green+Blue) = 86+29+69=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #561D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D45 is #A9E2BA. Grayscale: #323232. Windows color (decimal): -11133627 or 4529494. OLE color: 4529494.
HSL color Cylindrical-coordinate representation of color #561D45: hue angle of 317.89º 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 #561D45 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 69 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.66 |
| HSL | 317.89º | 0.5% | 0.23% | - |
| HSV(B) | 317.89º | 0.66% | 0.34% | - |
| XYZ | 5.35 | 3.29 | 5.98 | - |
| YUV | 50.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 69 | 0 | 0.66 | 0.20 | 0.66 | 317.89 | 0.5 | 0.23 |
| Hex | 56 | 1D | 45 | 0 | 42 | 14 | 42 | 13E | 32 | 17 |
| Octal | 126 | 35 | 105 | 0 | 102 | 24 | 102 | 476 | 62 | 27 |
| Binary | 1010110 | 11101 | 1000101 | 0 | 1000010 | 10100 | 1000010 | 100111110 | 110010 | 10111 |
Color Harmonies of #561D45
Complementary color
Monochromatic Colors of #561D45
Black with #561D45
Text Example
Text Example
White with #561D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D45; }
p { color: rgb(86,29,69); }
H1.HeaderClassName
{
color: #561D45;
}
.AnyTagClassName
{
color: #561D45;
}
</style>
background-color css
<style>
a { background-color: #561D45; }
a { background-color: rgb(86,29,69); }
div.DivClassName
{
background-color: #561D45;
}
.BgClassName
{
background-color: #561D45;
}
</style>
border-color css
<style>
span { border-color: #561D45; }
span { border-color: rgb(86,29,69); }
td.TdClassName
{
border-color: #561D45;
}
.TagClassName
{
border-color: #561D45;
}
</style>