Shades of Loulou #502644
Tints of Loulou #502644
RGB
CMYK
RGB Variations
Color information
#502644 (or 0x502644) is known color: Loulou. HEX triplet: 50, 26 and 44. RGB value is (80,38,68). Sum of RGB (Red+Green+Blue) = 80+38+68=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #502644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502644 is #AFD9BB. Grayscale: #353535. Windows color (decimal): -11524540 or 4466256. OLE color: 4466256.
HSL color Cylindrical-coordinate representation of color #502644: hue angle of 317.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #502644 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 38 | 68 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.69 |
| HSL | 317.14º | 0.36% | 0.23% | - |
| HSV(B) | 317.14º | 0.53% | 0.31% | - |
| XYZ | 5.04 | 3.51 | 5.88 | - |
| YUV | 53.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 38 | 68 | 0 | 0.52 | 0.15 | 0.69 | 317.14 | 0.36 | 0.23 |
| Hex | 50 | 26 | 44 | 0 | 34 | F | 45 | 13D | 24 | 17 |
| Octal | 120 | 46 | 104 | 0 | 64 | 17 | 105 | 475 | 44 | 27 |
| Binary | 1010000 | 100110 | 1000100 | 0 | 110100 | 1111 | 1000101 | 100111101 | 100100 | 10111 |
Color Harmonies of #502644
Complementary color
Monochromatic Colors of #502644
Black with #502644
Text Example
Text Example
White with #502644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502644; }
p { color: rgb(80,38,68); }
H1.HeaderClassName
{
color: #502644;
}
.AnyTagClassName
{
color: #502644;
}
</style>
background-color css
<style>
a { background-color: #502644; }
a { background-color: rgb(80,38,68); }
div.DivClassName
{
background-color: #502644;
}
.BgClassName
{
background-color: #502644;
}
</style>
border-color css
<style>
span { border-color: #502644; }
span { border-color: rgb(80,38,68); }
td.TdClassName
{
border-color: #502644;
}
.TagClassName
{
border-color: #502644;
}
</style>