Shades of Loulou #562B49
Tints of Loulou #562B49
RGB
CMYK
RGB Variations
Color information
#562B49 (or 0x562B49) is known color: Loulou. HEX triplet: 56, 2B and 49. RGB value is (86,43,73). Sum of RGB (Red+Green+Blue) = 86+43+73=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #562B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B49 is #A9D4B6. Grayscale: #3B3B3B. Windows color (decimal): -11130039 or 4795222. OLE color: 4795222.
HSL color Cylindrical-coordinate representation of color #562B49: hue angle of 318.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562B49 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 43 | 73 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.66 |
| HSL | 318.14º | 0.33% | 0.25% | - |
| HSV(B) | 318.14º | 0.5% | 0.34% | - |
| XYZ | 5.9 | 4.19 | 6.8 | - |
| YUV | 59.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 73 | 0 | 0.50 | 0.15 | 0.66 | 318.14 | 0.33 | 0.25 |
| Hex | 56 | 2B | 49 | 0 | 32 | F | 42 | 13E | 21 | 19 |
| Octal | 126 | 53 | 111 | 0 | 62 | 17 | 102 | 476 | 41 | 31 |
| Binary | 1010110 | 101011 | 1001001 | 0 | 110010 | 1111 | 1000010 | 100111110 | 100001 | 11001 |
Color Harmonies of #562B49
Complementary color
Monochromatic Colors of #562B49
Black with #562B49
Text Example
Text Example
White with #562B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562B49; }
p { color: rgb(86,43,73); }
H1.HeaderClassName
{
color: #562B49;
}
.AnyTagClassName
{
color: #562B49;
}
</style>
background-color css
<style>
a { background-color: #562B49; }
a { background-color: rgb(86,43,73); }
div.DivClassName
{
background-color: #562B49;
}
.BgClassName
{
background-color: #562B49;
}
</style>
border-color css
<style>
span { border-color: #562B49; }
span { border-color: rgb(86,43,73); }
td.TdClassName
{
border-color: #562B49;
}
.TagClassName
{
border-color: #562B49;
}
</style>