Shades of Loulou #562245
Tints of Loulou #562245
RGB
CMYK
RGB Variations
Color information
#562245 (or 0x562245) is known color: Loulou. HEX triplet: 56, 22 and 45. RGB value is (86,34,69). Sum of RGB (Red+Green+Blue) = 86+34+69=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #562245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562245 is #A9DDBA. Grayscale: #353535. Windows color (decimal): -11132347 or 4530774. OLE color: 4530774.
HSL color Cylindrical-coordinate representation of color #562245: hue angle of 319.62º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #562245 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 34 | 69 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.66 |
| HSL | 319.62º | 0.43% | 0.24% | - |
| HSV(B) | 319.62º | 0.6% | 0.34% | - |
| XYZ | 5.48 | 3.55 | 6.03 | - |
| YUV | 53.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 69 | 0 | 0.60 | 0.20 | 0.66 | 319.62 | 0.43 | 0.24 |
| Hex | 56 | 22 | 45 | 0 | 3C | 14 | 42 | 140 | 2B | 18 |
| Octal | 126 | 42 | 105 | 0 | 74 | 24 | 102 | 500 | 53 | 30 |
| Binary | 1010110 | 100010 | 1000101 | 0 | 111100 | 10100 | 1000010 | 101000000 | 101011 | 11000 |
Color Harmonies of #562245
Complementary color
Monochromatic Colors of #562245
Black with #562245
Text Example
Text Example
White with #562245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562245; }
p { color: rgb(86,34,69); }
H1.HeaderClassName
{
color: #562245;
}
.AnyTagClassName
{
color: #562245;
}
</style>
background-color css
<style>
a { background-color: #562245; }
a { background-color: rgb(86,34,69); }
div.DivClassName
{
background-color: #562245;
}
.BgClassName
{
background-color: #562245;
}
</style>
border-color css
<style>
span { border-color: #562245; }
span { border-color: rgb(86,34,69); }
td.TdClassName
{
border-color: #562245;
}
.TagClassName
{
border-color: #562245;
}
</style>