Shades of Loulou #56274D
Tints of Loulou #56274D
RGB
CMYK
RGB Variations
Color information
#56274D (or 0x56274D) is known color: Loulou. HEX triplet: 56, 27 and 4D. RGB value is (86,39,77). Sum of RGB (Red+Green+Blue) = 86+39+77=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #56274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56274D is #A9D8B2. Grayscale: #393939. Windows color (decimal): -11131059 or 5056342. OLE color: 5056342.
HSL color Cylindrical-coordinate representation of color #56274D: hue angle of 311.49º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56274D is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 39 | 77 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.66 |
| HSL | 311.49º | 0.38% | 0.25% | - |
| HSV(B) | 311.49º | 0.55% | 0.34% | - |
| XYZ | 5.9 | 3.97 | 7.48 | - |
| YUV | 57.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 77 | 0 | 0.55 | 0.10 | 0.66 | 311.49 | 0.38 | 0.25 |
| Hex | 56 | 27 | 4D | 0 | 37 | A | 42 | 137 | 26 | 19 |
| Octal | 126 | 47 | 115 | 0 | 67 | 12 | 102 | 467 | 46 | 31 |
| Binary | 1010110 | 100111 | 1001101 | 0 | 110111 | 1010 | 1000010 | 100110111 | 100110 | 11001 |
Color Harmonies of #56274D
Complementary color
Monochromatic Colors of #56274D
Black with #56274D
Text Example
Text Example
White with #56274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56274D; }
p { color: rgb(86,39,77); }
H1.HeaderClassName
{
color: #56274D;
}
.AnyTagClassName
{
color: #56274D;
}
</style>
background-color css
<style>
a { background-color: #56274D; }
a { background-color: rgb(86,39,77); }
div.DivClassName
{
background-color: #56274D;
}
.BgClassName
{
background-color: #56274D;
}
</style>
border-color css
<style>
span { border-color: #56274D; }
span { border-color: rgb(86,39,77); }
td.TdClassName
{
border-color: #56274D;
}
.TagClassName
{
border-color: #56274D;
}
</style>