Shades of Loulou #562B4B
Tints of Loulou #562B4B
RGB
CMYK
RGB Variations
Color information
#562B4B (or 0x562B4B) is known color: Loulou. HEX triplet: 56, 2B and 4B. RGB value is (86,43,75). Sum of RGB (Red+Green+Blue) = 86+43+75=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #562B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B4B is #A9D4B4. Grayscale: #3B3B3B. Windows color (decimal): -11130037 or 4926294. OLE color: 4926294.
HSL color Cylindrical-coordinate representation of color #562B4B: hue angle of 315.35º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562B4B is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 43 | 75 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.66 |
| HSL | 315.35º | 0.33% | 0.25% | - |
| HSV(B) | 315.35º | 0.5% | 0.34% | - |
| XYZ | 5.97 | 4.21 | 7.16 | - |
| YUV | 59.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 75 | 0 | 0.50 | 0.13 | 0.66 | 315.35 | 0.33 | 0.25 |
| Hex | 56 | 2B | 4B | 0 | 32 | D | 42 | 13B | 21 | 19 |
| Octal | 126 | 53 | 113 | 0 | 62 | 15 | 102 | 473 | 41 | 31 |
| Binary | 1010110 | 101011 | 1001011 | 0 | 110010 | 1101 | 1000010 | 100111011 | 100001 | 11001 |
Color Harmonies of #562B4B
Complementary color
Monochromatic Colors of #562B4B
Black with #562B4B
Text Example
Text Example
White with #562B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562B4B; }
p { color: rgb(86,43,75); }
H1.HeaderClassName
{
color: #562B4B;
}
.AnyTagClassName
{
color: #562B4B;
}
</style>
background-color css
<style>
a { background-color: #562B4B; }
a { background-color: rgb(86,43,75); }
div.DivClassName
{
background-color: #562B4B;
}
.BgClassName
{
background-color: #562B4B;
}
</style>
border-color css
<style>
span { border-color: #562B4B; }
span { border-color: rgb(86,43,75); }
td.TdClassName
{
border-color: #562B4B;
}
.TagClassName
{
border-color: #562B4B;
}
</style>