Shades of Loulou #562F4D
Tints of Loulou #562F4D
RGB
CMYK
RGB Variations
Color information
#562F4D (or 0x562F4D) is known color: Loulou. HEX triplet: 56, 2F and 4D. RGB value is (86,47,77). Sum of RGB (Red+Green+Blue) = 86+47+77=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #562F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562F4D is #A9D0B2. Grayscale: #3E3E3E. Windows color (decimal): -11129011 or 5058390. OLE color: 5058390.
HSL color Cylindrical-coordinate representation of color #562F4D: hue angle of 313.85º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #562F4D is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 47 | 77 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.66 |
| HSL | 313.85º | 0.29% | 0.26% | - |
| HSV(B) | 313.85º | 0.45% | 0.34% | - |
| XYZ | 6.19 | 4.55 | 7.57 | - |
| YUV | 62.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 77 | 0 | 0.45 | 0.10 | 0.66 | 313.85 | 0.29 | 0.26 |
| Hex | 56 | 2F | 4D | 0 | 2D | A | 42 | 13A | 1D | 1A |
| Octal | 126 | 57 | 115 | 0 | 55 | 12 | 102 | 472 | 35 | 32 |
| Binary | 1010110 | 101111 | 1001101 | 0 | 101101 | 1010 | 1000010 | 100111010 | 11101 | 11010 |
Color Harmonies of #562F4D
Complementary color
Monochromatic Colors of #562F4D
Black with #562F4D
Text Example
Text Example
White with #562F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F4D; }
p { color: rgb(86,47,77); }
H1.HeaderClassName
{
color: #562F4D;
}
.AnyTagClassName
{
color: #562F4D;
}
</style>
background-color css
<style>
a { background-color: #562F4D; }
a { background-color: rgb(86,47,77); }
div.DivClassName
{
background-color: #562F4D;
}
.BgClassName
{
background-color: #562F4D;
}
</style>
border-color css
<style>
span { border-color: #562F4D; }
span { border-color: rgb(86,47,77); }
td.TdClassName
{
border-color: #562F4D;
}
.TagClassName
{
border-color: #562F4D;
}
</style>