Shades of Loulou #56134A
Tints of Loulou #56134A
RGB
CMYK
RGB Variations
Color information
#56134A (or 0x56134A) is known color: Loulou. HEX triplet: 56, 13 and 4A. RGB value is (86,19,74). Sum of RGB (Red+Green+Blue) = 86+19+74=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #56134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56134A is #A9ECB5. Grayscale: #2D2D2D. Windows color (decimal): -11136182 or 4854614. OLE color: 4854614.
HSL color Cylindrical-coordinate representation of color #56134A: hue angle of 310.75º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56134A is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 19 | 74 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.66 |
| HSL | 310.75º | 0.64% | 0.21% | - |
| HSV(B) | 310.75º | 0.78% | 0.34% | - |
| XYZ | 5.31 | 2.94 | 6.77 | - |
| YUV | 45.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 74 | 0 | 0.78 | 0.14 | 0.66 | 310.75 | 0.64 | 0.21 |
| Hex | 56 | 13 | 4A | 0 | 4E | E | 42 | 137 | 40 | 15 |
| Octal | 126 | 23 | 112 | 0 | 116 | 16 | 102 | 467 | 100 | 25 |
| Binary | 1010110 | 10011 | 1001010 | 0 | 1001110 | 1110 | 1000010 | 100110111 | 1000000 | 10101 |
Color Harmonies of #56134A
Complementary color
Monochromatic Colors of #56134A
Black with #56134A
Text Example
Text Example
White with #56134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56134A; }
p { color: rgb(86,19,74); }
H1.HeaderClassName
{
color: #56134A;
}
.AnyTagClassName
{
color: #56134A;
}
</style>
background-color css
<style>
a { background-color: #56134A; }
a { background-color: rgb(86,19,74); }
div.DivClassName
{
background-color: #56134A;
}
.BgClassName
{
background-color: #56134A;
}
</style>
border-color css
<style>
span { border-color: #56134A; }
span { border-color: rgb(86,19,74); }
td.TdClassName
{
border-color: #56134A;
}
.TagClassName
{
border-color: #56134A;
}
</style>