Shades of Loulou #56174A
Tints of Loulou #56174A
RGB
CMYK
RGB Variations
Color information
#56174A (or 0x56174A) is known color: Loulou. HEX triplet: 56, 17 and 4A. RGB value is (86,23,74). Sum of RGB (Red+Green+Blue) = 86+23+74=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56174A is #A9E8B5. Grayscale: #2F2F2F. Windows color (decimal): -11135158 or 4855638. OLE color: 4855638.
HSL color Cylindrical-coordinate representation of color #56174A: hue angle of 311.43º 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 #56174A is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 23 | 74 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.66 |
| HSL | 311.43º | 0.58% | 0.21% | - |
| HSV(B) | 311.43º | 0.73% | 0.34% | - |
| XYZ | 5.38 | 3.09 | 6.79 | - |
| YUV | 47.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 74 | 0 | 0.73 | 0.14 | 0.66 | 311.43 | 0.58 | 0.21 |
| Hex | 56 | 17 | 4A | 0 | 49 | E | 42 | 137 | 3A | 15 |
| Octal | 126 | 27 | 112 | 0 | 111 | 16 | 102 | 467 | 72 | 25 |
| Binary | 1010110 | 10111 | 1001010 | 0 | 1001001 | 1110 | 1000010 | 100110111 | 111010 | 10101 |
Color Harmonies of #56174A
Complementary color
Monochromatic Colors of #56174A
Black with #56174A
Text Example
Text Example
White with #56174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56174A; }
p { color: rgb(86,23,74); }
H1.HeaderClassName
{
color: #56174A;
}
.AnyTagClassName
{
color: #56174A;
}
</style>
background-color css
<style>
a { background-color: #56174A; }
a { background-color: rgb(86,23,74); }
div.DivClassName
{
background-color: #56174A;
}
.BgClassName
{
background-color: #56174A;
}
</style>
border-color css
<style>
span { border-color: #56174A; }
span { border-color: rgb(86,23,74); }
td.TdClassName
{
border-color: #56174A;
}
.TagClassName
{
border-color: #56174A;
}
</style>