Shades of Loulou #56224A
Tints of Loulou #56224A
RGB
CMYK
RGB Variations
Color information
#56224A (or 0x56224A) is known color: Loulou. HEX triplet: 56, 22 and 4A. RGB value is (86,34,74). Sum of RGB (Red+Green+Blue) = 86+34+74=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #56224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56224A is #A9DDB5. Grayscale: #363636. Windows color (decimal): -11132342 or 4858454. OLE color: 4858454.
HSL color Cylindrical-coordinate representation of color #56224A: hue angle of 313.85º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56224A is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 34 | 74 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.66 |
| HSL | 313.85º | 0.43% | 0.24% | - |
| HSV(B) | 313.85º | 0.6% | 0.34% | - |
| XYZ | 5.65 | 3.62 | 6.88 | - |
| YUV | 54.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 74 | 0 | 0.60 | 0.14 | 0.66 | 313.85 | 0.43 | 0.24 |
| Hex | 56 | 22 | 4A | 0 | 3C | E | 42 | 13A | 2B | 18 |
| Octal | 126 | 42 | 112 | 0 | 74 | 16 | 102 | 472 | 53 | 30 |
| Binary | 1010110 | 100010 | 1001010 | 0 | 111100 | 1110 | 1000010 | 100111010 | 101011 | 11000 |
Color Harmonies of #56224A
Complementary color
Monochromatic Colors of #56224A
Black with #56224A
Text Example
Text Example
White with #56224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56224A; }
p { color: rgb(86,34,74); }
H1.HeaderClassName
{
color: #56224A;
}
.AnyTagClassName
{
color: #56224A;
}
</style>
background-color css
<style>
a { background-color: #56224A; }
a { background-color: rgb(86,34,74); }
div.DivClassName
{
background-color: #56224A;
}
.BgClassName
{
background-color: #56224A;
}
</style>
border-color css
<style>
span { border-color: #56224A; }
span { border-color: rgb(86,34,74); }
td.TdClassName
{
border-color: #56224A;
}
.TagClassName
{
border-color: #56224A;
}
</style>