Shades of Loulou #562C49
Tints of Loulou #562C49
RGB
CMYK
RGB Variations
Color information
#562C49 (or 0x562C49) is known color: Loulou. HEX triplet: 56, 2C and 49. RGB value is (86,44,73). Sum of RGB (Red+Green+Blue) = 86+44+73=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #562C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562C49 is #A9D3B6. Grayscale: #3B3B3B. Windows color (decimal): -11129783 or 4795478. OLE color: 4795478.
HSL color Cylindrical-coordinate representation of color #562C49: hue angle of 318.57º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #562C49 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 44 | 73 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.66 |
| HSL | 318.57º | 0.32% | 0.25% | - |
| HSV(B) | 318.57º | 0.49% | 0.34% | - |
| XYZ | 5.94 | 4.26 | 6.81 | - |
| YUV | 59.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 73 | 0 | 0.49 | 0.15 | 0.66 | 318.57 | 0.32 | 0.25 |
| Hex | 56 | 2C | 49 | 0 | 31 | F | 42 | 13F | 20 | 19 |
| Octal | 126 | 54 | 111 | 0 | 61 | 17 | 102 | 477 | 40 | 31 |
| Binary | 1010110 | 101100 | 1001001 | 0 | 110001 | 1111 | 1000010 | 100111111 | 100000 | 11001 |
Color Harmonies of #562C49
Complementary color
Monochromatic Colors of #562C49
Black with #562C49
Text Example
Text Example
White with #562C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562C49; }
p { color: rgb(86,44,73); }
H1.HeaderClassName
{
color: #562C49;
}
.AnyTagClassName
{
color: #562C49;
}
</style>
background-color css
<style>
a { background-color: #562C49; }
a { background-color: rgb(86,44,73); }
div.DivClassName
{
background-color: #562C49;
}
.BgClassName
{
background-color: #562C49;
}
</style>
border-color css
<style>
span { border-color: #562C49; }
span { border-color: rgb(86,44,73); }
td.TdClassName
{
border-color: #562C49;
}
.TagClassName
{
border-color: #562C49;
}
</style>