Shades of Loulou #501A46
Tints of Loulou #501A46
RGB
CMYK
RGB Variations
Color information
#501A46 (or 0x501A46) is known color: Loulou. HEX triplet: 50, 1A and 46. RGB value is (80,26,70). Sum of RGB (Red+Green+Blue) = 80+26+70=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #501A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A46 is #AFE5B9. Grayscale: #2F2F2F. Windows color (decimal): -11527610 or 4594256. OLE color: 4594256.
HSL color Cylindrical-coordinate representation of color #501A46: hue angle of 311.11º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A46 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 70 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.69 |
| HSL | 311.11º | 0.51% | 0.21% | - |
| HSV(B) | 311.11º | 0.68% | 0.31% | - |
| XYZ | 4.78 | 2.89 | 6.1 | - |
| YUV | 47.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 70 | 0 | 0.67 | 0.12 | 0.69 | 311.11 | 0.51 | 0.21 |
| Hex | 50 | 1A | 46 | 0 | 43 | C | 45 | 137 | 33 | 15 |
| Octal | 120 | 32 | 106 | 0 | 103 | 14 | 105 | 467 | 63 | 25 |
| Binary | 1010000 | 11010 | 1000110 | 0 | 1000011 | 1100 | 1000101 | 100110111 | 110011 | 10101 |
Color Harmonies of #501A46
Complementary color
Monochromatic Colors of #501A46
Black with #501A46
Text Example
Text Example
White with #501A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A46; }
p { color: rgb(80,26,70); }
H1.HeaderClassName
{
color: #501A46;
}
.AnyTagClassName
{
color: #501A46;
}
</style>
background-color css
<style>
a { background-color: #501A46; }
a { background-color: rgb(80,26,70); }
div.DivClassName
{
background-color: #501A46;
}
.BgClassName
{
background-color: #501A46;
}
</style>
border-color css
<style>
span { border-color: #501A46; }
span { border-color: rgb(80,26,70); }
td.TdClassName
{
border-color: #501A46;
}
.TagClassName
{
border-color: #501A46;
}
</style>