Shades of Loulou #562949
Tints of Loulou #562949
RGB
CMYK
RGB Variations
Color information
#562949 (or 0x562949) is known color: Loulou. HEX triplet: 56, 29 and 49. RGB value is (86,41,73). Sum of RGB (Red+Green+Blue) = 86+41+73=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #562949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562949 is #A9D6B6. Grayscale: #3A3A3A. Windows color (decimal): -11130551 or 4794710. OLE color: 4794710.
HSL color Cylindrical-coordinate representation of color #562949: hue angle of 317.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #562949 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 41 | 73 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.66 |
| HSL | 317.33º | 0.35% | 0.25% | - |
| HSV(B) | 317.33º | 0.52% | 0.34% | - |
| XYZ | 5.83 | 4.05 | 6.78 | - |
| YUV | 58.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 73 | 0 | 0.52 | 0.15 | 0.66 | 317.33 | 0.35 | 0.25 |
| Hex | 56 | 29 | 49 | 0 | 34 | F | 42 | 13D | 23 | 19 |
| Octal | 126 | 51 | 111 | 0 | 64 | 17 | 102 | 475 | 43 | 31 |
| Binary | 1010110 | 101001 | 1001001 | 0 | 110100 | 1111 | 1000010 | 100111101 | 100011 | 11001 |
Color Harmonies of #562949
Complementary color
Monochromatic Colors of #562949
Black with #562949
Text Example
Text Example
White with #562949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562949; }
p { color: rgb(86,41,73); }
H1.HeaderClassName
{
color: #562949;
}
.AnyTagClassName
{
color: #562949;
}
</style>
background-color css
<style>
a { background-color: #562949; }
a { background-color: rgb(86,41,73); }
div.DivClassName
{
background-color: #562949;
}
.BgClassName
{
background-color: #562949;
}
</style>
border-color css
<style>
span { border-color: #562949; }
span { border-color: rgb(86,41,73); }
td.TdClassName
{
border-color: #562949;
}
.TagClassName
{
border-color: #562949;
}
</style>