Shades of Loulou #501C47
Tints of Loulou #501C47
RGB
CMYK
RGB Variations
Color information
#501C47 (or 0x501C47) is known color: Loulou. HEX triplet: 50, 1C and 47. RGB value is (80,28,71). Sum of RGB (Red+Green+Blue) = 80+28+71=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #501C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C47 is #AFE3B8. Grayscale: #303030. Windows color (decimal): -11527097 or 4660304. OLE color: 4660304.
HSL color Cylindrical-coordinate representation of color #501C47: hue angle of 310.38º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C47 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 71 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.69 |
| HSL | 310.38º | 0.48% | 0.21% | - |
| HSV(B) | 310.38º | 0.65% | 0.31% | - |
| XYZ | 4.86 | 2.99 | 6.28 | - |
| YUV | 48.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 71 | 0 | 0.65 | 0.11 | 0.69 | 310.38 | 0.48 | 0.21 |
| Hex | 50 | 1C | 47 | 0 | 41 | B | 45 | 136 | 30 | 15 |
| Octal | 120 | 34 | 107 | 0 | 101 | 13 | 105 | 466 | 60 | 25 |
| Binary | 1010000 | 11100 | 1000111 | 0 | 1000001 | 1011 | 1000101 | 100110110 | 110000 | 10101 |
Color Harmonies of #501C47
Complementary color
Monochromatic Colors of #501C47
Black with #501C47
Text Example
Text Example
White with #501C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C47; }
p { color: rgb(80,28,71); }
H1.HeaderClassName
{
color: #501C47;
}
.AnyTagClassName
{
color: #501C47;
}
</style>
background-color css
<style>
a { background-color: #501C47; }
a { background-color: rgb(80,28,71); }
div.DivClassName
{
background-color: #501C47;
}
.BgClassName
{
background-color: #501C47;
}
</style>
border-color css
<style>
span { border-color: #501C47; }
span { border-color: rgb(80,28,71); }
td.TdClassName
{
border-color: #501C47;
}
.TagClassName
{
border-color: #501C47;
}
</style>