Shades of Loulou #502F45
Tints of Loulou #502F45
RGB
CMYK
RGB Variations
Color information
#502F45 (or 0x502F45) is known color: Loulou. HEX triplet: 50, 2F and 45. RGB value is (80,47,69). Sum of RGB (Red+Green+Blue) = 80+47+69=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #502F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F45 is #AFD0BA. Grayscale: #3B3B3B. Windows color (decimal): -11522235 or 4534096. OLE color: 4534096.
HSL color Cylindrical-coordinate representation of color #502F45: hue angle of 320º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #502F45 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 69 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.69 |
| HSL | 320º | 0.26% | 0.25% | - |
| HSV(B) | 320º | 0.41% | 0.31% | - |
| XYZ | 5.4 | 4.17 | 6.15 | - |
| YUV | 59.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 69 | 0 | 0.41 | 0.14 | 0.69 | 320 | 0.26 | 0.25 |
| Hex | 50 | 2F | 45 | 0 | 29 | E | 45 | 140 | 1A | 19 |
| Octal | 120 | 57 | 105 | 0 | 51 | 16 | 105 | 500 | 32 | 31 |
| Binary | 1010000 | 101111 | 1000101 | 0 | 101001 | 1110 | 1000101 | 101000000 | 11010 | 11001 |
Color Harmonies of #502F45
Complementary color
Monochromatic Colors of #502F45
Black with #502F45
Text Example
Text Example
White with #502F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F45; }
p { color: rgb(80,47,69); }
H1.HeaderClassName
{
color: #502F45;
}
.AnyTagClassName
{
color: #502F45;
}
</style>
background-color css
<style>
a { background-color: #502F45; }
a { background-color: rgb(80,47,69); }
div.DivClassName
{
background-color: #502F45;
}
.BgClassName
{
background-color: #502F45;
}
</style>
border-color css
<style>
span { border-color: #502F45; }
span { border-color: rgb(80,47,69); }
td.TdClassName
{
border-color: #502F45;
}
.TagClassName
{
border-color: #502F45;
}
</style>