Shades of Loulou #502045
Tints of Loulou #502045
RGB
CMYK
RGB Variations
Color information
#502045 (or 0x502045) is known color: Loulou. HEX triplet: 50, 20 and 45. RGB value is (80,32,69). Sum of RGB (Red+Green+Blue) = 80+32+69=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #502045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502045 is #AFDFBA. Grayscale: #323232. Windows color (decimal): -11526075 or 4530256. OLE color: 4530256.
HSL color Cylindrical-coordinate representation of color #502045: hue angle of 313.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502045 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 69 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.69 |
| HSL | 313.75º | 0.43% | 0.22% | - |
| HSV(B) | 313.75º | 0.6% | 0.31% | - |
| XYZ | 4.9 | 3.17 | 5.98 | - |
| YUV | 50.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 69 | 0 | 0.60 | 0.14 | 0.69 | 313.75 | 0.43 | 0.22 |
| Hex | 50 | 20 | 45 | 0 | 3C | E | 45 | 13A | 2B | 16 |
| Octal | 120 | 40 | 105 | 0 | 74 | 16 | 105 | 472 | 53 | 26 |
| Binary | 1010000 | 100000 | 1000101 | 0 | 111100 | 1110 | 1000101 | 100111010 | 101011 | 10110 |
Color Harmonies of #502045
Complementary color
Monochromatic Colors of #502045
Black with #502045
Text Example
Text Example
White with #502045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502045; }
p { color: rgb(80,32,69); }
H1.HeaderClassName
{
color: #502045;
}
.AnyTagClassName
{
color: #502045;
}
</style>
background-color css
<style>
a { background-color: #502045; }
a { background-color: rgb(80,32,69); }
div.DivClassName
{
background-color: #502045;
}
.BgClassName
{
background-color: #502045;
}
</style>
border-color css
<style>
span { border-color: #502045; }
span { border-color: rgb(80,32,69); }
td.TdClassName
{
border-color: #502045;
}
.TagClassName
{
border-color: #502045;
}
</style>