Shades of Loulou #502C43
Tints of Loulou #502C43
RGB
CMYK
RGB Variations
Color information
#502C43 (or 0x502C43) is known color: Loulou. HEX triplet: 50, 2C and 43. RGB value is (80,44,67). Sum of RGB (Red+Green+Blue) = 80+44+67=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #502C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C43 is #AFD3BC. Grayscale: #393939. Windows color (decimal): -11523005 or 4402256. OLE color: 4402256.
HSL color Cylindrical-coordinate representation of color #502C43: hue angle of 321.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 #502C43 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 44 | 67 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.69 |
| HSL | 321.67º | 0.29% | 0.24% | - |
| HSV(B) | 321.67º | 0.45% | 0.31% | - |
| XYZ | 5.22 | 3.91 | 5.79 | - |
| YUV | 57.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 67 | 0 | 0.45 | 0.16 | 0.69 | 321.67 | 0.29 | 0.24 |
| Hex | 50 | 2C | 43 | 0 | 2D | 10 | 45 | 142 | 1D | 18 |
| Octal | 120 | 54 | 103 | 0 | 55 | 20 | 105 | 502 | 35 | 30 |
| Binary | 1010000 | 101100 | 1000011 | 0 | 101101 | 10000 | 1000101 | 101000010 | 11101 | 11000 |
Color Harmonies of #502C43
Complementary color
Monochromatic Colors of #502C43
Black with #502C43
Text Example
Text Example
White with #502C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C43; }
p { color: rgb(80,44,67); }
H1.HeaderClassName
{
color: #502C43;
}
.AnyTagClassName
{
color: #502C43;
}
</style>
background-color css
<style>
a { background-color: #502C43; }
a { background-color: rgb(80,44,67); }
div.DivClassName
{
background-color: #502C43;
}
.BgClassName
{
background-color: #502C43;
}
</style>
border-color css
<style>
span { border-color: #502C43; }
span { border-color: rgb(80,44,67); }
td.TdClassName
{
border-color: #502C43;
}
.TagClassName
{
border-color: #502C43;
}
</style>