Shades of Loulou #502C4C
Tints of Loulou #502C4C
RGB
CMYK
RGB Variations
Color information
#502C4C (or 0x502C4C) is known color: Loulou. HEX triplet: 50, 2C and 4C. RGB value is (80,44,76). Sum of RGB (Red+Green+Blue) = 80+44+76=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #502C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C4C is #AFD3B3. Grayscale: #3A3A3A. Windows color (decimal): -11522996 or 4992080. OLE color: 4992080.
HSL color Cylindrical-coordinate representation of color #502C4C: hue angle of 306.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #502C4C is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 44 | 76 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.69 |
| HSL | 306.67º | 0.29% | 0.24% | - |
| HSV(B) | 306.67º | 0.45% | 0.31% | - |
| XYZ | 5.51 | 4.03 | 7.32 | - |
| YUV | 58.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 76 | 0 | 0.45 | 0.05 | 0.69 | 306.67 | 0.29 | 0.24 |
| Hex | 50 | 2C | 4C | 0 | 2D | 5 | 45 | 133 | 1D | 18 |
| Octal | 120 | 54 | 114 | 0 | 55 | 5 | 105 | 463 | 35 | 30 |
| Binary | 1010000 | 101100 | 1001100 | 0 | 101101 | 101 | 1000101 | 100110011 | 11101 | 11000 |
Color Harmonies of #502C4C
Complementary color
Monochromatic Colors of #502C4C
Black with #502C4C
Text Example
Text Example
White with #502C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C4C; }
p { color: rgb(80,44,76); }
H1.HeaderClassName
{
color: #502C4C;
}
.AnyTagClassName
{
color: #502C4C;
}
</style>
background-color css
<style>
a { background-color: #502C4C; }
a { background-color: rgb(80,44,76); }
div.DivClassName
{
background-color: #502C4C;
}
.BgClassName
{
background-color: #502C4C;
}
</style>
border-color css
<style>
span { border-color: #502C4C; }
span { border-color: rgb(80,44,76); }
td.TdClassName
{
border-color: #502C4C;
}
.TagClassName
{
border-color: #502C4C;
}
</style>