Shades of Loulou #502344
Tints of Loulou #502344
RGB
CMYK
RGB Variations
Color information
#502344 (or 0x502344) is known color: Loulou. HEX triplet: 50, 23 and 44. RGB value is (80,35,68). Sum of RGB (Red+Green+Blue) = 80+35+68=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #502344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502344 is #AFDCBB. Grayscale: #343434. Windows color (decimal): -11525308 or 4465488. OLE color: 4465488.
HSL color Cylindrical-coordinate representation of color #502344: hue angle of 316º 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 #502344 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 35 | 68 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.69 |
| HSL | 316º | 0.39% | 0.23% | - |
| HSV(B) | 316º | 0.56% | 0.31% | - |
| XYZ | 4.95 | 3.32 | 5.85 | - |
| YUV | 52.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 68 | 0 | 0.56 | 0.15 | 0.69 | 316 | 0.39 | 0.23 |
| Hex | 50 | 23 | 44 | 0 | 38 | F | 45 | 13C | 27 | 17 |
| Octal | 120 | 43 | 104 | 0 | 70 | 17 | 105 | 474 | 47 | 27 |
| Binary | 1010000 | 100011 | 1000100 | 0 | 111000 | 1111 | 1000101 | 100111100 | 100111 | 10111 |
Color Harmonies of #502344
Complementary color
Monochromatic Colors of #502344
Black with #502344
Text Example
Text Example
White with #502344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502344; }
p { color: rgb(80,35,68); }
H1.HeaderClassName
{
color: #502344;
}
.AnyTagClassName
{
color: #502344;
}
</style>
background-color css
<style>
a { background-color: #502344; }
a { background-color: rgb(80,35,68); }
div.DivClassName
{
background-color: #502344;
}
.BgClassName
{
background-color: #502344;
}
</style>
border-color css
<style>
span { border-color: #502344; }
span { border-color: rgb(80,35,68); }
td.TdClassName
{
border-color: #502344;
}
.TagClassName
{
border-color: #502344;
}
</style>