Shades of Loulou #56284A
Tints of Loulou #56284A
RGB
CMYK
RGB Variations
Color information
#56284A (or 0x56284A) is known color: Loulou. HEX triplet: 56, 28 and 4A. RGB value is (86,40,74). Sum of RGB (Red+Green+Blue) = 86+40+74=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #56284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56284A is #A9D7B5. Grayscale: #393939. Windows color (decimal): -11130806 or 4859990. OLE color: 4859990.
HSL color Cylindrical-coordinate representation of color #56284A: hue angle of 315.65º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56284A is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 40 | 74 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.66 |
| HSL | 315.65º | 0.37% | 0.25% | - |
| HSV(B) | 315.65º | 0.53% | 0.34% | - |
| XYZ | 5.83 | 3.99 | 6.94 | - |
| YUV | 57.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 74 | 0 | 0.53 | 0.14 | 0.66 | 315.65 | 0.37 | 0.25 |
| Hex | 56 | 28 | 4A | 0 | 35 | E | 42 | 13C | 25 | 19 |
| Octal | 126 | 50 | 112 | 0 | 65 | 16 | 102 | 474 | 45 | 31 |
| Binary | 1010110 | 101000 | 1001010 | 0 | 110101 | 1110 | 1000010 | 100111100 | 100101 | 11001 |
Color Harmonies of #56284A
Complementary color
Monochromatic Colors of #56284A
Black with #56284A
Text Example
Text Example
White with #56284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56284A; }
p { color: rgb(86,40,74); }
H1.HeaderClassName
{
color: #56284A;
}
.AnyTagClassName
{
color: #56284A;
}
</style>
background-color css
<style>
a { background-color: #56284A; }
a { background-color: rgb(86,40,74); }
div.DivClassName
{
background-color: #56284A;
}
.BgClassName
{
background-color: #56284A;
}
</style>
border-color css
<style>
span { border-color: #56284A; }
span { border-color: rgb(86,40,74); }
td.TdClassName
{
border-color: #56284A;
}
.TagClassName
{
border-color: #56284A;
}
</style>