Shades of Loulou #56314B
Tints of Loulou #56314B
RGB
CMYK
RGB Variations
Color information
#56314B (or 0x56314B) is known color: Loulou. HEX triplet: 56, 31 and 4B. RGB value is (86,49,75). Sum of RGB (Red+Green+Blue) = 86+49+75=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #56314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56314B is #A9CEB4. Grayscale: #3E3E3E. Windows color (decimal): -11128501 or 4927830. OLE color: 4927830.
HSL color Cylindrical-coordinate representation of color #56314B: hue angle of 317.84º 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 #56314B is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 49 | 75 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.66 |
| HSL | 317.84º | 0.27% | 0.26% | - |
| HSV(B) | 317.84º | 0.43% | 0.34% | - |
| XYZ | 6.21 | 4.68 | 7.23 | - |
| YUV | 63.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 75 | 0 | 0.43 | 0.13 | 0.66 | 317.84 | 0.27 | 0.26 |
| Hex | 56 | 31 | 4B | 0 | 2B | D | 42 | 13E | 1B | 1A |
| Octal | 126 | 61 | 113 | 0 | 53 | 15 | 102 | 476 | 33 | 32 |
| Binary | 1010110 | 110001 | 1001011 | 0 | 101011 | 1101 | 1000010 | 100111110 | 11011 | 11010 |
Color Harmonies of #56314B
Complementary color
Monochromatic Colors of #56314B
Black with #56314B
Text Example
Text Example
White with #56314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56314B; }
p { color: rgb(86,49,75); }
H1.HeaderClassName
{
color: #56314B;
}
.AnyTagClassName
{
color: #56314B;
}
</style>
background-color css
<style>
a { background-color: #56314B; }
a { background-color: rgb(86,49,75); }
div.DivClassName
{
background-color: #56314B;
}
.BgClassName
{
background-color: #56314B;
}
</style>
border-color css
<style>
span { border-color: #56314B; }
span { border-color: rgb(86,49,75); }
td.TdClassName
{
border-color: #56314B;
}
.TagClassName
{
border-color: #56314B;
}
</style>