Shades of Loulou #502443
Tints of Loulou #502443
RGB
CMYK
RGB Variations
Color information
#502443 (or 0x502443) is known color: Loulou. HEX triplet: 50, 24 and 43. RGB value is (80,36,67). Sum of RGB (Red+Green+Blue) = 80+36+67=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #502443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502443 is #AFDBBC. Grayscale: #343434. Windows color (decimal): -11525053 or 4400208. OLE color: 4400208.
HSL color Cylindrical-coordinate representation of color #502443: hue angle of 317.73º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502443 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 67 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.69 |
| HSL | 317.73º | 0.38% | 0.23% | - |
| HSV(B) | 317.73º | 0.55% | 0.31% | - |
| XYZ | 4.95 | 3.37 | 5.7 | - |
| YUV | 52.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 67 | 0 | 0.55 | 0.16 | 0.69 | 317.73 | 0.38 | 0.23 |
| Hex | 50 | 24 | 43 | 0 | 37 | 10 | 45 | 13E | 26 | 17 |
| Octal | 120 | 44 | 103 | 0 | 67 | 20 | 105 | 476 | 46 | 27 |
| Binary | 1010000 | 100100 | 1000011 | 0 | 110111 | 10000 | 1000101 | 100111110 | 100110 | 10111 |
Color Harmonies of #502443
Complementary color
Monochromatic Colors of #502443
Black with #502443
Text Example
Text Example
White with #502443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502443; }
p { color: rgb(80,36,67); }
H1.HeaderClassName
{
color: #502443;
}
.AnyTagClassName
{
color: #502443;
}
</style>
background-color css
<style>
a { background-color: #502443; }
a { background-color: rgb(80,36,67); }
div.DivClassName
{
background-color: #502443;
}
.BgClassName
{
background-color: #502443;
}
</style>
border-color css
<style>
span { border-color: #502443; }
span { border-color: rgb(80,36,67); }
td.TdClassName
{
border-color: #502443;
}
.TagClassName
{
border-color: #502443;
}
</style>