Shades of Loulou #56154A
Tints of Loulou #56154A
RGB
CMYK
RGB Variations
Color information
#56154A (or 0x56154A) is known color: Loulou. HEX triplet: 56, 15 and 4A. RGB value is (86,21,74). Sum of RGB (Red+Green+Blue) = 86+21+74=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56154A is #A9EAB5. Grayscale: #2E2E2E. Windows color (decimal): -11135670 or 4855126. OLE color: 4855126.
HSL color Cylindrical-coordinate representation of color #56154A: hue angle of 311.08º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56154A is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 21 | 74 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.66 |
| HSL | 311.08º | 0.61% | 0.21% | - |
| HSV(B) | 311.08º | 0.76% | 0.34% | - |
| XYZ | 5.34 | 3.01 | 6.78 | - |
| YUV | 46.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 74 | 0 | 0.76 | 0.14 | 0.66 | 311.08 | 0.61 | 0.21 |
| Hex | 56 | 15 | 4A | 0 | 4C | E | 42 | 137 | 3D | 15 |
| Octal | 126 | 25 | 112 | 0 | 114 | 16 | 102 | 467 | 75 | 25 |
| Binary | 1010110 | 10101 | 1001010 | 0 | 1001100 | 1110 | 1000010 | 100110111 | 111101 | 10101 |
Color Harmonies of #56154A
Complementary color
Monochromatic Colors of #56154A
Black with #56154A
Text Example
Text Example
White with #56154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56154A; }
p { color: rgb(86,21,74); }
H1.HeaderClassName
{
color: #56154A;
}
.AnyTagClassName
{
color: #56154A;
}
</style>
background-color css
<style>
a { background-color: #56154A; }
a { background-color: rgb(86,21,74); }
div.DivClassName
{
background-color: #56154A;
}
.BgClassName
{
background-color: #56154A;
}
</style>
border-color css
<style>
span { border-color: #56154A; }
span { border-color: rgb(86,21,74); }
td.TdClassName
{
border-color: #56154A;
}
.TagClassName
{
border-color: #56154A;
}
</style>