Shades of Loulou #562D48
Tints of Loulou #562D48
RGB
CMYK
RGB Variations
Color information
#562D48 (or 0x562D48) is known color: Loulou. HEX triplet: 56, 2D and 48. RGB value is (86,45,72). Sum of RGB (Red+Green+Blue) = 86+45+72=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #562D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562D48 is #A9D2B7. Grayscale: #3C3C3C. Windows color (decimal): -11129528 or 4730198. OLE color: 4730198.
HSL color Cylindrical-coordinate representation of color #562D48: hue angle of 320.49º 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 #562D48 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 45 | 72 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.66 |
| HSL | 320.49º | 0.31% | 0.26% | - |
| HSV(B) | 320.49º | 0.48% | 0.34% | - |
| XYZ | 5.95 | 4.32 | 6.65 | - |
| YUV | 60.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 72 | 0 | 0.48 | 0.16 | 0.66 | 320.49 | 0.31 | 0.26 |
| Hex | 56 | 2D | 48 | 0 | 30 | 10 | 42 | 140 | 1F | 1A |
| Octal | 126 | 55 | 110 | 0 | 60 | 20 | 102 | 500 | 37 | 32 |
| Binary | 1010110 | 101101 | 1001000 | 0 | 110000 | 10000 | 1000010 | 101000000 | 11111 | 11010 |
Color Harmonies of #562D48
Complementary color
Monochromatic Colors of #562D48
Black with #562D48
Text Example
Text Example
White with #562D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D48; }
p { color: rgb(86,45,72); }
H1.HeaderClassName
{
color: #562D48;
}
.AnyTagClassName
{
color: #562D48;
}
</style>
background-color css
<style>
a { background-color: #562D48; }
a { background-color: rgb(86,45,72); }
div.DivClassName
{
background-color: #562D48;
}
.BgClassName
{
background-color: #562D48;
}
</style>
border-color css
<style>
span { border-color: #562D48; }
span { border-color: rgb(86,45,72); }
td.TdClassName
{
border-color: #562D48;
}
.TagClassName
{
border-color: #562D48;
}
</style>