Shades of Loulou #562A49
Tints of Loulou #562A49
RGB
CMYK
RGB Variations
Color information
#562A49 (or 0x562A49) is known color: Loulou. HEX triplet: 56, 2A and 49. RGB value is (86,42,73). Sum of RGB (Red+Green+Blue) = 86+42+73=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #562A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562A49 is #A9D5B6. Grayscale: #3A3A3A. Windows color (decimal): -11130295 or 4794966. OLE color: 4794966.
HSL color Cylindrical-coordinate representation of color #562A49: hue angle of 317.73º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #562A49 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 42 | 73 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.66 |
| HSL | 317.73º | 0.34% | 0.25% | - |
| HSV(B) | 317.73º | 0.51% | 0.34% | - |
| XYZ | 5.87 | 4.12 | 6.79 | - |
| YUV | 58.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 73 | 0 | 0.51 | 0.15 | 0.66 | 317.73 | 0.34 | 0.25 |
| Hex | 56 | 2A | 49 | 0 | 33 | F | 42 | 13E | 22 | 19 |
| Octal | 126 | 52 | 111 | 0 | 63 | 17 | 102 | 476 | 42 | 31 |
| Binary | 1010110 | 101010 | 1001001 | 0 | 110011 | 1111 | 1000010 | 100111110 | 100010 | 11001 |
Color Harmonies of #562A49
Complementary color
Monochromatic Colors of #562A49
Black with #562A49
Text Example
Text Example
White with #562A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562A49; }
p { color: rgb(86,42,73); }
H1.HeaderClassName
{
color: #562A49;
}
.AnyTagClassName
{
color: #562A49;
}
</style>
background-color css
<style>
a { background-color: #562A49; }
a { background-color: rgb(86,42,73); }
div.DivClassName
{
background-color: #562A49;
}
.BgClassName
{
background-color: #562A49;
}
</style>
border-color css
<style>
span { border-color: #562A49; }
span { border-color: rgb(86,42,73); }
td.TdClassName
{
border-color: #562A49;
}
.TagClassName
{
border-color: #562A49;
}
</style>