Shades of Loulou #561B4A
Tints of Loulou #561B4A
RGB
CMYK
RGB Variations
Color information
#561B4A (or 0x561B4A) is known color: Loulou. HEX triplet: 56, 1B and 4A. RGB value is (86,27,74). Sum of RGB (Red+Green+Blue) = 86+27+74=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #561B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B4A is #A9E4B5. Grayscale: #313131. Windows color (decimal): -11134134 or 4856662. OLE color: 4856662.
HSL color Cylindrical-coordinate representation of color #561B4A: hue angle of 312.2º 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 #561B4A is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 27 | 74 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.66 |
| HSL | 312.2º | 0.52% | 0.22% | - |
| HSV(B) | 312.2º | 0.69% | 0.34% | - |
| XYZ | 5.47 | 3.26 | 6.82 | - |
| YUV | 50 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 74 | 0 | 0.69 | 0.14 | 0.66 | 312.2 | 0.52 | 0.22 |
| Hex | 56 | 1B | 4A | 0 | 45 | E | 42 | 138 | 34 | 16 |
| Octal | 126 | 33 | 112 | 0 | 105 | 16 | 102 | 470 | 64 | 26 |
| Binary | 1010110 | 11011 | 1001010 | 0 | 1000101 | 1110 | 1000010 | 100111000 | 110100 | 10110 |
Color Harmonies of #561B4A
Complementary color
Monochromatic Colors of #561B4A
Black with #561B4A
Text Example
Text Example
White with #561B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B4A; }
p { color: rgb(86,27,74); }
H1.HeaderClassName
{
color: #561B4A;
}
.AnyTagClassName
{
color: #561B4A;
}
</style>
background-color css
<style>
a { background-color: #561B4A; }
a { background-color: rgb(86,27,74); }
div.DivClassName
{
background-color: #561B4A;
}
.BgClassName
{
background-color: #561B4A;
}
</style>
border-color css
<style>
span { border-color: #561B4A; }
span { border-color: rgb(86,27,74); }
td.TdClassName
{
border-color: #561B4A;
}
.TagClassName
{
border-color: #561B4A;
}
</style>