Shades of Loulou #502943
Tints of Loulou #502943
RGB
CMYK
RGB Variations
Color information
#502943 (or 0x502943) is known color: Loulou. HEX triplet: 50, 29 and 43. RGB value is (80,41,67). Sum of RGB (Red+Green+Blue) = 80+41+67=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #502943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502943 is #AFD6BC. Grayscale: #373737. Windows color (decimal): -11523773 or 4401488. OLE color: 4401488.
HSL color Cylindrical-coordinate representation of color #502943: hue angle of 320º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #502943 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 41 | 67 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.69 |
| HSL | 320º | 0.32% | 0.24% | - |
| HSV(B) | 320º | 0.49% | 0.31% | - |
| XYZ | 5.11 | 3.7 | 5.75 | - |
| YUV | 55.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 41 | 67 | 0 | 0.49 | 0.16 | 0.69 | 320 | 0.32 | 0.24 |
| Hex | 50 | 29 | 43 | 0 | 31 | 10 | 45 | 140 | 20 | 18 |
| Octal | 120 | 51 | 103 | 0 | 61 | 20 | 105 | 500 | 40 | 30 |
| Binary | 1010000 | 101001 | 1000011 | 0 | 110001 | 10000 | 1000101 | 101000000 | 100000 | 11000 |
Color Harmonies of #502943
Complementary color
Monochromatic Colors of #502943
Black with #502943
Text Example
Text Example
White with #502943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502943; }
p { color: rgb(80,41,67); }
H1.HeaderClassName
{
color: #502943;
}
.AnyTagClassName
{
color: #502943;
}
</style>
background-color css
<style>
a { background-color: #502943; }
a { background-color: rgb(80,41,67); }
div.DivClassName
{
background-color: #502943;
}
.BgClassName
{
background-color: #502943;
}
</style>
border-color css
<style>
span { border-color: #502943; }
span { border-color: rgb(80,41,67); }
td.TdClassName
{
border-color: #502943;
}
.TagClassName
{
border-color: #502943;
}
</style>