Shades of Loulou #561B4C
Tints of Loulou #561B4C
RGB
CMYK
RGB Variations
Color information
#561B4C (or 0x561B4C) is known color: Loulou. HEX triplet: 56, 1B and 4C. RGB value is (86,27,76). Sum of RGB (Red+Green+Blue) = 86+27+76=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #561B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B4C is #A9E4B3. Grayscale: #323232. Windows color (decimal): -11134132 or 4987734. OLE color: 4987734.
HSL color Cylindrical-coordinate representation of color #561B4C: hue angle of 310.17º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #561B4C is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 27 | 76 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.66 |
| HSL | 310.17º | 0.52% | 0.22% | - |
| HSV(B) | 310.17º | 0.69% | 0.34% | - |
| XYZ | 5.53 | 3.28 | 7.18 | - |
| YUV | 50.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 76 | 0 | 0.69 | 0.12 | 0.66 | 310.17 | 0.52 | 0.22 |
| Hex | 56 | 1B | 4C | 0 | 45 | C | 42 | 136 | 34 | 16 |
| Octal | 126 | 33 | 114 | 0 | 105 | 14 | 102 | 466 | 64 | 26 |
| Binary | 1010110 | 11011 | 1001100 | 0 | 1000101 | 1100 | 1000010 | 100110110 | 110100 | 10110 |
Color Harmonies of #561B4C
Complementary color
Monochromatic Colors of #561B4C
Black with #561B4C
Text Example
Text Example
White with #561B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B4C; }
p { color: rgb(86,27,76); }
H1.HeaderClassName
{
color: #561B4C;
}
.AnyTagClassName
{
color: #561B4C;
}
</style>
background-color css
<style>
a { background-color: #561B4C; }
a { background-color: rgb(86,27,76); }
div.DivClassName
{
background-color: #561B4C;
}
.BgClassName
{
background-color: #561B4C;
}
</style>
border-color css
<style>
span { border-color: #561B4C; }
span { border-color: rgb(86,27,76); }
td.TdClassName
{
border-color: #561B4C;
}
.TagClassName
{
border-color: #561B4C;
}
</style>