Shades of Loulou #501A43
Tints of Loulou #501A43
RGB
CMYK
RGB Variations
Color information
#501A43 (or 0x501A43) is known color: Loulou. HEX triplet: 50, 1A and 43. RGB value is (80,26,67). Sum of RGB (Red+Green+Blue) = 80+26+67=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #501A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A43 is #AFE5BC. Grayscale: #2E2E2E. Windows color (decimal): -11527613 or 4397648. OLE color: 4397648.
HSL color Cylindrical-coordinate representation of color #501A43: hue angle of 314.44º 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 #501A43 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 67 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.69 |
| HSL | 314.44º | 0.51% | 0.21% | - |
| HSV(B) | 314.44º | 0.68% | 0.31% | - |
| XYZ | 4.69 | 2.85 | 5.61 | - |
| YUV | 46.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 67 | 0 | 0.67 | 0.16 | 0.69 | 314.44 | 0.51 | 0.21 |
| Hex | 50 | 1A | 43 | 0 | 43 | 10 | 45 | 13A | 33 | 15 |
| Octal | 120 | 32 | 103 | 0 | 103 | 20 | 105 | 472 | 63 | 25 |
| Binary | 1010000 | 11010 | 1000011 | 0 | 1000011 | 10000 | 1000101 | 100111010 | 110011 | 10101 |
Color Harmonies of #501A43
Complementary color
Monochromatic Colors of #501A43
Black with #501A43
Text Example
Text Example
White with #501A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A43; }
p { color: rgb(80,26,67); }
H1.HeaderClassName
{
color: #501A43;
}
.AnyTagClassName
{
color: #501A43;
}
</style>
background-color css
<style>
a { background-color: #501A43; }
a { background-color: rgb(80,26,67); }
div.DivClassName
{
background-color: #501A43;
}
.BgClassName
{
background-color: #501A43;
}
</style>
border-color css
<style>
span { border-color: #501A43; }
span { border-color: rgb(80,26,67); }
td.TdClassName
{
border-color: #501A43;
}
.TagClassName
{
border-color: #501A43;
}
</style>