Shades of Loulou #562D51
Tints of Loulou #562D51
RGB
CMYK
RGB Variations
Color information
#562D51 (or 0x562D51) is known color: Loulou. HEX triplet: 56, 2D and 51. RGB value is (86,45,81). Sum of RGB (Red+Green+Blue) = 86+45+81=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #562D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562D51 is #A9D2AE. Grayscale: #3D3D3D. Windows color (decimal): -11129519 or 5320022. OLE color: 5320022.
HSL color Cylindrical-coordinate representation of color #562D51: hue angle of 307.32º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #562D51 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 45 | 81 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.66 |
| HSL | 307.32º | 0.31% | 0.26% | - |
| HSV(B) | 307.32º | 0.48% | 0.34% | - |
| XYZ | 6.26 | 4.45 | 8.31 | - |
| YUV | 61.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 81 | 0 | 0.48 | 0.06 | 0.66 | 307.32 | 0.31 | 0.26 |
| Hex | 56 | 2D | 51 | 0 | 30 | 6 | 42 | 133 | 1F | 1A |
| Octal | 126 | 55 | 121 | 0 | 60 | 6 | 102 | 463 | 37 | 32 |
| Binary | 1010110 | 101101 | 1010001 | 0 | 110000 | 110 | 1000010 | 100110011 | 11111 | 11010 |
Color Harmonies of #562D51
Complementary color
Monochromatic Colors of #562D51
Black with #562D51
Text Example
Text Example
White with #562D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D51; }
p { color: rgb(86,45,81); }
H1.HeaderClassName
{
color: #562D51;
}
.AnyTagClassName
{
color: #562D51;
}
</style>
background-color css
<style>
a { background-color: #562D51; }
a { background-color: rgb(86,45,81); }
div.DivClassName
{
background-color: #562D51;
}
.BgClassName
{
background-color: #562D51;
}
</style>
border-color css
<style>
span { border-color: #562D51; }
span { border-color: rgb(86,45,81); }
td.TdClassName
{
border-color: #562D51;
}
.TagClassName
{
border-color: #562D51;
}
</style>