Shades of Loulou #56244D
Tints of Loulou #56244D
RGB
CMYK
RGB Variations
Color information
#56244D (or 0x56244D) is known color: Loulou. HEX triplet: 56, 24 and 4D. RGB value is (86,36,77). Sum of RGB (Red+Green+Blue) = 86+36+77=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #56244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56244D is #A9DBB2. Grayscale: #373737. Windows color (decimal): -11131827 or 5055574. OLE color: 5055574.
HSL color Cylindrical-coordinate representation of color #56244D: hue angle of 310.8º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56244D is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 36 | 77 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.66 |
| HSL | 310.8º | 0.41% | 0.24% | - |
| HSV(B) | 310.8º | 0.58% | 0.34% | - |
| XYZ | 5.81 | 3.78 | 7.44 | - |
| YUV | 55.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 36 | 77 | 0 | 0.58 | 0.10 | 0.66 | 310.8 | 0.41 | 0.24 |
| Hex | 56 | 24 | 4D | 0 | 3A | A | 42 | 137 | 29 | 18 |
| Octal | 126 | 44 | 115 | 0 | 72 | 12 | 102 | 467 | 51 | 30 |
| Binary | 1010110 | 100100 | 1001101 | 0 | 111010 | 1010 | 1000010 | 100110111 | 101001 | 11000 |
Color Harmonies of #56244D
Complementary color
Monochromatic Colors of #56244D
Black with #56244D
Text Example
Text Example
White with #56244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56244D; }
p { color: rgb(86,36,77); }
H1.HeaderClassName
{
color: #56244D;
}
.AnyTagClassName
{
color: #56244D;
}
</style>
background-color css
<style>
a { background-color: #56244D; }
a { background-color: rgb(86,36,77); }
div.DivClassName
{
background-color: #56244D;
}
.BgClassName
{
background-color: #56244D;
}
</style>
border-color css
<style>
span { border-color: #56244D; }
span { border-color: rgb(86,36,77); }
td.TdClassName
{
border-color: #56244D;
}
.TagClassName
{
border-color: #56244D;
}
</style>