Shades of Loulou #502D4B
Tints of Loulou #502D4B
RGB
CMYK
RGB Variations
Color information
#502D4B (or 0x502D4B) is known color: Loulou. HEX triplet: 50, 2D and 4B. RGB value is (80,45,75). Sum of RGB (Red+Green+Blue) = 80+45+75=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #502D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D4B is #AFD2B4. Grayscale: #3A3A3A. Windows color (decimal): -11522741 or 4926800. OLE color: 4926800.
HSL color Cylindrical-coordinate representation of color #502D4B: hue angle of 308.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 #502D4B is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 75 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.69 |
| HSL | 308.57º | 0.28% | 0.25% | - |
| HSV(B) | 308.57º | 0.44% | 0.31% | - |
| XYZ | 5.52 | 4.09 | 7.16 | - |
| YUV | 58.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 75 | 0 | 0.44 | 0.06 | 0.69 | 308.57 | 0.28 | 0.25 |
| Hex | 50 | 2D | 4B | 0 | 2C | 6 | 45 | 135 | 1C | 19 |
| Octal | 120 | 55 | 113 | 0 | 54 | 6 | 105 | 465 | 34 | 31 |
| Binary | 1010000 | 101101 | 1001011 | 0 | 101100 | 110 | 1000101 | 100110101 | 11100 | 11001 |
Color Harmonies of #502D4B
Complementary color
Monochromatic Colors of #502D4B
Black with #502D4B
Text Example
Text Example
White with #502D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D4B; }
p { color: rgb(80,45,75); }
H1.HeaderClassName
{
color: #502D4B;
}
.AnyTagClassName
{
color: #502D4B;
}
</style>
background-color css
<style>
a { background-color: #502D4B; }
a { background-color: rgb(80,45,75); }
div.DivClassName
{
background-color: #502D4B;
}
.BgClassName
{
background-color: #502D4B;
}
</style>
border-color css
<style>
span { border-color: #502D4B; }
span { border-color: rgb(80,45,75); }
td.TdClassName
{
border-color: #502D4B;
}
.TagClassName
{
border-color: #502D4B;
}
</style>