Shades of Loulou #56164A
Tints of Loulou #56164A
RGB
CMYK
RGB Variations
Color information
#56164A (or 0x56164A) is known color: Loulou. HEX triplet: 56, 16 and 4A. RGB value is (86,22,74). Sum of RGB (Red+Green+Blue) = 86+22+74=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56164A is #A9E9B5. Grayscale: #2E2E2E. Windows color (decimal): -11135414 or 4855382. OLE color: 4855382.
HSL color Cylindrical-coordinate representation of color #56164A: hue angle of 311.25º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56164A is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 74 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.66 |
| HSL | 311.25º | 0.59% | 0.21% | - |
| HSV(B) | 311.25º | 0.74% | 0.34% | - |
| XYZ | 5.36 | 3.05 | 6.78 | - |
| YUV | 47.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 74 | 0 | 0.74 | 0.14 | 0.66 | 311.25 | 0.59 | 0.21 |
| Hex | 56 | 16 | 4A | 0 | 4A | E | 42 | 137 | 3B | 15 |
| Octal | 126 | 26 | 112 | 0 | 112 | 16 | 102 | 467 | 73 | 25 |
| Binary | 1010110 | 10110 | 1001010 | 0 | 1001010 | 1110 | 1000010 | 100110111 | 111011 | 10101 |
Color Harmonies of #56164A
Complementary color
Monochromatic Colors of #56164A
Black with #56164A
Text Example
Text Example
White with #56164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56164A; }
p { color: rgb(86,22,74); }
H1.HeaderClassName
{
color: #56164A;
}
.AnyTagClassName
{
color: #56164A;
}
</style>
background-color css
<style>
a { background-color: #56164A; }
a { background-color: rgb(86,22,74); }
div.DivClassName
{
background-color: #56164A;
}
.BgClassName
{
background-color: #56164A;
}
</style>
border-color css
<style>
span { border-color: #56164A; }
span { border-color: rgb(86,22,74); }
td.TdClassName
{
border-color: #56164A;
}
.TagClassName
{
border-color: #56164A;
}
</style>