Shades of Loulou #56344D
Tints of Loulou #56344D
RGB
CMYK
RGB Variations
Color information
#56344D (or 0x56344D) is known color: Loulou. HEX triplet: 56, 34 and 4D. RGB value is (86,52,77). Sum of RGB (Red+Green+Blue) = 86+52+77=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #56344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56344D is #A9CBB2. Grayscale: #404040. Windows color (decimal): -11127731 or 5059670. OLE color: 5059670.
HSL color Cylindrical-coordinate representation of color #56344D: hue angle of 315.88º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56344D is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 52 | 77 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.66 |
| HSL | 315.88º | 0.25% | 0.27% | - |
| HSV(B) | 315.88º | 0.4% | 0.34% | - |
| XYZ | 6.41 | 4.97 | 7.64 | - |
| YUV | 65.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 52 | 77 | 0 | 0.40 | 0.10 | 0.66 | 315.88 | 0.25 | 0.27 |
| Hex | 56 | 34 | 4D | 0 | 28 | A | 42 | 13C | 19 | 1B |
| Octal | 126 | 64 | 115 | 0 | 50 | 12 | 102 | 474 | 31 | 33 |
| Binary | 1010110 | 110100 | 1001101 | 0 | 101000 | 1010 | 1000010 | 100111100 | 11001 | 11011 |
Color Harmonies of #56344D
Complementary color
Monochromatic Colors of #56344D
Black with #56344D
Text Example
Text Example
White with #56344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56344D; }
p { color: rgb(86,52,77); }
H1.HeaderClassName
{
color: #56344D;
}
.AnyTagClassName
{
color: #56344D;
}
</style>
background-color css
<style>
a { background-color: #56344D; }
a { background-color: rgb(86,52,77); }
div.DivClassName
{
background-color: #56344D;
}
.BgClassName
{
background-color: #56344D;
}
</style>
border-color css
<style>
span { border-color: #56344D; }
span { border-color: rgb(86,52,77); }
td.TdClassName
{
border-color: #56344D;
}
.TagClassName
{
border-color: #56344D;
}
</style>