Shades of Loulou #501D43
Tints of Loulou #501D43
RGB
CMYK
RGB Variations
Color information
#501D43 (or 0x501D43) is known color: Loulou. HEX triplet: 50, 1D and 43. RGB value is (80,29,67). Sum of RGB (Red+Green+Blue) = 80+29+67=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #501D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D43 is #AFE2BC. Grayscale: #303030. Windows color (decimal): -11526845 or 4398416. OLE color: 4398416.
HSL color Cylindrical-coordinate representation of color #501D43: hue angle of 315.29º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501D43 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 67 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.69 |
| HSL | 315.29º | 0.47% | 0.21% | - |
| HSV(B) | 315.29º | 0.64% | 0.31% | - |
| XYZ | 4.76 | 2.99 | 5.64 | - |
| YUV | 48.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 67 | 0 | 0.64 | 0.16 | 0.69 | 315.29 | 0.47 | 0.21 |
| Hex | 50 | 1D | 43 | 0 | 40 | 10 | 45 | 13B | 2F | 15 |
| Octal | 120 | 35 | 103 | 0 | 100 | 20 | 105 | 473 | 57 | 25 |
| Binary | 1010000 | 11101 | 1000011 | 0 | 1000000 | 10000 | 1000101 | 100111011 | 101111 | 10101 |
Color Harmonies of #501D43
Complementary color
Monochromatic Colors of #501D43
Black with #501D43
Text Example
Text Example
White with #501D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D43; }
p { color: rgb(80,29,67); }
H1.HeaderClassName
{
color: #501D43;
}
.AnyTagClassName
{
color: #501D43;
}
</style>
background-color css
<style>
a { background-color: #501D43; }
a { background-color: rgb(80,29,67); }
div.DivClassName
{
background-color: #501D43;
}
.BgClassName
{
background-color: #501D43;
}
</style>
border-color css
<style>
span { border-color: #501D43; }
span { border-color: rgb(80,29,67); }
td.TdClassName
{
border-color: #501D43;
}
.TagClassName
{
border-color: #501D43;
}
</style>