Shades of Loulou #502F44
Tints of Loulou #502F44
RGB
CMYK
RGB Variations
Color information
#502F44 (or 0x502F44) is known color: Loulou. HEX triplet: 50, 2F and 44. RGB value is (80,47,68). Sum of RGB (Red+Green+Blue) = 80+47+68=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #502F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F44 is #AFD0BB. Grayscale: #3B3B3B. Windows color (decimal): -11522236 or 4468560. OLE color: 4468560.
HSL color Cylindrical-coordinate representation of color #502F44: hue angle of 321.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #502F44 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 68 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.69 |
| HSL | 321.82º | 0.26% | 0.25% | - |
| HSV(B) | 321.82º | 0.41% | 0.31% | - |
| XYZ | 5.37 | 4.16 | 5.99 | - |
| YUV | 59.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 68 | 0 | 0.41 | 0.15 | 0.69 | 321.82 | 0.26 | 0.25 |
| Hex | 50 | 2F | 44 | 0 | 29 | F | 45 | 142 | 1A | 19 |
| Octal | 120 | 57 | 104 | 0 | 51 | 17 | 105 | 502 | 32 | 31 |
| Binary | 1010000 | 101111 | 1000100 | 0 | 101001 | 1111 | 1000101 | 101000010 | 11010 | 11001 |
Color Harmonies of #502F44
Complementary color
Monochromatic Colors of #502F44
Black with #502F44
Text Example
Text Example
White with #502F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F44; }
p { color: rgb(80,47,68); }
H1.HeaderClassName
{
color: #502F44;
}
.AnyTagClassName
{
color: #502F44;
}
</style>
background-color css
<style>
a { background-color: #502F44; }
a { background-color: rgb(80,47,68); }
div.DivClassName
{
background-color: #502F44;
}
.BgClassName
{
background-color: #502F44;
}
</style>
border-color css
<style>
span { border-color: #502F44; }
span { border-color: rgb(80,47,68); }
td.TdClassName
{
border-color: #502F44;
}
.TagClassName
{
border-color: #502F44;
}
</style>