Shades of Loulou #56174D
Tints of Loulou #56174D
RGB
CMYK
RGB Variations
Color information
#56174D (or 0x56174D) is known color: Loulou. HEX triplet: 56, 17 and 4D. RGB value is (86,23,77). Sum of RGB (Red+Green+Blue) = 86+23+77=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #56174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56174D is #A9E8B2. Grayscale: #2F2F2F. Windows color (decimal): -11135155 or 5052246. OLE color: 5052246.
HSL color Cylindrical-coordinate representation of color #56174D: hue angle of 308.57º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56174D is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 23 | 77 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.66 |
| HSL | 308.57º | 0.58% | 0.21% | - |
| HSV(B) | 308.57º | 0.73% | 0.34% | - |
| XYZ | 5.48 | 3.13 | 7.34 | - |
| YUV | 47.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 77 | 0 | 0.73 | 0.10 | 0.66 | 308.57 | 0.58 | 0.21 |
| Hex | 56 | 17 | 4D | 0 | 49 | A | 42 | 135 | 3A | 15 |
| Octal | 126 | 27 | 115 | 0 | 111 | 12 | 102 | 465 | 72 | 25 |
| Binary | 1010110 | 10111 | 1001101 | 0 | 1001001 | 1010 | 1000010 | 100110101 | 111010 | 10101 |
Color Harmonies of #56174D
Complementary color
Monochromatic Colors of #56174D
Black with #56174D
Text Example
Text Example
White with #56174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56174D; }
p { color: rgb(86,23,77); }
H1.HeaderClassName
{
color: #56174D;
}
.AnyTagClassName
{
color: #56174D;
}
</style>
background-color css
<style>
a { background-color: #56174D; }
a { background-color: rgb(86,23,77); }
div.DivClassName
{
background-color: #56174D;
}
.BgClassName
{
background-color: #56174D;
}
</style>
border-color css
<style>
span { border-color: #56174D; }
span { border-color: rgb(86,23,77); }
td.TdClassName
{
border-color: #56174D;
}
.TagClassName
{
border-color: #56174D;
}
</style>