Shades of Loulou #502843
Tints of Loulou #502843
RGB
CMYK
RGB Variations
Color information
#502843 (or 0x502843) is known color: Loulou. HEX triplet: 50, 28 and 43. RGB value is (80,40,67). Sum of RGB (Red+Green+Blue) = 80+40+67=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #502843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502843 is #AFD7BC. Grayscale: #363636. Windows color (decimal): -11524029 or 4401232. OLE color: 4401232.
HSL color Cylindrical-coordinate representation of color #502843: hue angle of 319.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #502843 is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 40 | 67 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.69 |
| HSL | 319.5º | 0.33% | 0.24% | - |
| HSV(B) | 319.5º | 0.5% | 0.31% | - |
| XYZ | 5.08 | 3.63 | 5.74 | - |
| YUV | 55.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 67 | 0 | 0.5 | 0.16 | 0.69 | 319.5 | 0.33 | 0.24 |
| Hex | 50 | 28 | 43 | 0 | 32 | 10 | 45 | 140 | 21 | 18 |
| Octal | 120 | 50 | 103 | 0 | 62 | 20 | 105 | 500 | 41 | 30 |
| Binary | 1010000 | 101000 | 1000011 | 0 | 110010 | 10000 | 1000101 | 101000000 | 100001 | 11000 |
Color Harmonies of #502843
Complementary color
Monochromatic Colors of #502843
Black with #502843
Text Example
Text Example
White with #502843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502843; }
p { color: rgb(80,40,67); }
H1.HeaderClassName
{
color: #502843;
}
.AnyTagClassName
{
color: #502843;
}
</style>
background-color css
<style>
a { background-color: #502843; }
a { background-color: rgb(80,40,67); }
div.DivClassName
{
background-color: #502843;
}
.BgClassName
{
background-color: #502843;
}
</style>
border-color css
<style>
span { border-color: #502843; }
span { border-color: rgb(80,40,67); }
td.TdClassName
{
border-color: #502843;
}
.TagClassName
{
border-color: #502843;
}
</style>