Shades of Loulou #56314A
Tints of Loulou #56314A
RGB
CMYK
RGB Variations
Color information
#56314A (or 0x56314A) is known color: Loulou. HEX triplet: 56, 31 and 4A. RGB value is (86,49,74). Sum of RGB (Red+Green+Blue) = 86+49+74=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #56314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56314A is #A9CEB5. Grayscale: #3E3E3E. Windows color (decimal): -11128502 or 4862294. OLE color: 4862294.
HSL color Cylindrical-coordinate representation of color #56314A: hue angle of 319.46º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56314A is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 49 | 74 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.66 |
| HSL | 319.46º | 0.27% | 0.26% | - |
| HSV(B) | 319.46º | 0.43% | 0.34% | - |
| XYZ | 6.17 | 4.67 | 7.05 | - |
| YUV | 62.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 74 | 0 | 0.43 | 0.14 | 0.66 | 319.46 | 0.27 | 0.26 |
| Hex | 56 | 31 | 4A | 0 | 2B | E | 42 | 13F | 1B | 1A |
| Octal | 126 | 61 | 112 | 0 | 53 | 16 | 102 | 477 | 33 | 32 |
| Binary | 1010110 | 110001 | 1001010 | 0 | 101011 | 1110 | 1000010 | 100111111 | 11011 | 11010 |
Color Harmonies of #56314A
Complementary color
Monochromatic Colors of #56314A
Black with #56314A
Text Example
Text Example
White with #56314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56314A; }
p { color: rgb(86,49,74); }
H1.HeaderClassName
{
color: #56314A;
}
.AnyTagClassName
{
color: #56314A;
}
</style>
background-color css
<style>
a { background-color: #56314A; }
a { background-color: rgb(86,49,74); }
div.DivClassName
{
background-color: #56314A;
}
.BgClassName
{
background-color: #56314A;
}
</style>
border-color css
<style>
span { border-color: #56314A; }
span { border-color: rgb(86,49,74); }
td.TdClassName
{
border-color: #56314A;
}
.TagClassName
{
border-color: #56314A;
}
</style>