Shades of Loulou #502E4A
Tints of Loulou #502E4A
RGB
CMYK
RGB Variations
Color information
#502E4A (or 0x502E4A) is known color: Loulou. HEX triplet: 50, 2E and 4A. RGB value is (80,46,74). Sum of RGB (Red+Green+Blue) = 80+46+74=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #502E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E4A is #AFD1B5. Grayscale: #3B3B3B. Windows color (decimal): -11522486 or 4861520. OLE color: 4861520.
HSL color Cylindrical-coordinate representation of color #502E4A: hue angle of 310.59º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E4A is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 46 | 74 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.69 |
| HSL | 310.59º | 0.27% | 0.25% | - |
| HSV(B) | 310.59º | 0.43% | 0.31% | - |
| XYZ | 5.52 | 4.15 | 6.99 | - |
| YUV | 59.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 74 | 0 | 0.42 | 0.08 | 0.69 | 310.59 | 0.27 | 0.25 |
| Hex | 50 | 2E | 4A | 0 | 2A | 8 | 45 | 137 | 1B | 19 |
| Octal | 120 | 56 | 112 | 0 | 52 | 10 | 105 | 467 | 33 | 31 |
| Binary | 1010000 | 101110 | 1001010 | 0 | 101010 | 1000 | 1000101 | 100110111 | 11011 | 11001 |
Color Harmonies of #502E4A
Complementary color
Monochromatic Colors of #502E4A
Black with #502E4A
Text Example
Text Example
White with #502E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E4A; }
p { color: rgb(80,46,74); }
H1.HeaderClassName
{
color: #502E4A;
}
.AnyTagClassName
{
color: #502E4A;
}
</style>
background-color css
<style>
a { background-color: #502E4A; }
a { background-color: rgb(80,46,74); }
div.DivClassName
{
background-color: #502E4A;
}
.BgClassName
{
background-color: #502E4A;
}
</style>
border-color css
<style>
span { border-color: #502E4A; }
span { border-color: rgb(80,46,74); }
td.TdClassName
{
border-color: #502E4A;
}
.TagClassName
{
border-color: #502E4A;
}
</style>