Shades of Loulou #502342
Tints of Loulou #502342
RGB
CMYK
RGB Variations
Color information
#502342 (or 0x502342) is known color: Loulou. HEX triplet: 50, 23 and 42. RGB value is (80,35,66). Sum of RGB (Red+Green+Blue) = 80+35+66=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #502342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502342 is #AFDCBD. Grayscale: #333333. Windows color (decimal): -11525310 or 4334416. OLE color: 4334416.
HSL color Cylindrical-coordinate representation of color #502342: hue angle of 318.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #502342 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 35 | 66 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.69 |
| HSL | 318.67º | 0.39% | 0.23% | - |
| HSV(B) | 318.67º | 0.56% | 0.31% | - |
| XYZ | 4.89 | 3.3 | 5.53 | - |
| YUV | 51.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 66 | 0 | 0.56 | 0.17 | 0.69 | 318.67 | 0.39 | 0.23 |
| Hex | 50 | 23 | 42 | 0 | 38 | 11 | 45 | 13F | 27 | 17 |
| Octal | 120 | 43 | 102 | 0 | 70 | 21 | 105 | 477 | 47 | 27 |
| Binary | 1010000 | 100011 | 1000010 | 0 | 111000 | 10001 | 1000101 | 100111111 | 100111 | 10111 |
Color Harmonies of #502342
Complementary color
Monochromatic Colors of #502342
Black with #502342
Text Example
Text Example
White with #502342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502342; }
p { color: rgb(80,35,66); }
H1.HeaderClassName
{
color: #502342;
}
.AnyTagClassName
{
color: #502342;
}
</style>
background-color css
<style>
a { background-color: #502342; }
a { background-color: rgb(80,35,66); }
div.DivClassName
{
background-color: #502342;
}
.BgClassName
{
background-color: #502342;
}
</style>
border-color css
<style>
span { border-color: #502342; }
span { border-color: rgb(80,35,66); }
td.TdClassName
{
border-color: #502342;
}
.TagClassName
{
border-color: #502342;
}
</style>