Shades of Loulou #502D44
Tints of Loulou #502D44
RGB
CMYK
RGB Variations
Color information
#502D44 (or 0x502D44) is known color: Loulou. HEX triplet: 50, 2D and 44. RGB value is (80,45,68). Sum of RGB (Red+Green+Blue) = 80+45+68=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #502D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D44 is #AFD2BB. Grayscale: #3A3A3A. Windows color (decimal): -11522748 or 4468048. OLE color: 4468048.
HSL color Cylindrical-coordinate representation of color #502D44: hue angle of 320.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #502D44 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 68 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.69 |
| HSL | 320.57º | 0.28% | 0.25% | - |
| HSV(B) | 320.57º | 0.44% | 0.31% | - |
| XYZ | 5.29 | 4 | 5.96 | - |
| YUV | 58.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 68 | 0 | 0.44 | 0.15 | 0.69 | 320.57 | 0.28 | 0.25 |
| Hex | 50 | 2D | 44 | 0 | 2C | F | 45 | 141 | 1C | 19 |
| Octal | 120 | 55 | 104 | 0 | 54 | 17 | 105 | 501 | 34 | 31 |
| Binary | 1010000 | 101101 | 1000100 | 0 | 101100 | 1111 | 1000101 | 101000001 | 11100 | 11001 |
Color Harmonies of #502D44
Complementary color
Monochromatic Colors of #502D44
Black with #502D44
Text Example
Text Example
White with #502D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D44; }
p { color: rgb(80,45,68); }
H1.HeaderClassName
{
color: #502D44;
}
.AnyTagClassName
{
color: #502D44;
}
</style>
background-color css
<style>
a { background-color: #502D44; }
a { background-color: rgb(80,45,68); }
div.DivClassName
{
background-color: #502D44;
}
.BgClassName
{
background-color: #502D44;
}
</style>
border-color css
<style>
span { border-color: #502D44; }
span { border-color: rgb(80,45,68); }
td.TdClassName
{
border-color: #502D44;
}
.TagClassName
{
border-color: #502D44;
}
</style>