Shades of Loulou #501B42
Tints of Loulou #501B42
RGB
CMYK
RGB Variations
Color information
#501B42 (or 0x501B42) is known color: Loulou. HEX triplet: 50, 1B and 42. RGB value is (80,27,66). Sum of RGB (Red+Green+Blue) = 80+27+66=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #501B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B42 is #AFE4BD. Grayscale: #2F2F2F. Windows color (decimal): -11527358 or 4332368. OLE color: 4332368.
HSL color Cylindrical-coordinate representation of color #501B42: hue angle of 315.85º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501B42 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 66 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.69 |
| HSL | 315.85º | 0.5% | 0.21% | - |
| HSV(B) | 315.85º | 0.66% | 0.31% | - |
| XYZ | 4.68 | 2.88 | 5.46 | - |
| YUV | 47.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 66 | 0 | 0.66 | 0.17 | 0.69 | 315.85 | 0.5 | 0.21 |
| Hex | 50 | 1B | 42 | 0 | 42 | 11 | 45 | 13C | 32 | 15 |
| Octal | 120 | 33 | 102 | 0 | 102 | 21 | 105 | 474 | 62 | 25 |
| Binary | 1010000 | 11011 | 1000010 | 0 | 1000010 | 10001 | 1000101 | 100111100 | 110010 | 10101 |
Color Harmonies of #501B42
Complementary color
Monochromatic Colors of #501B42
Black with #501B42
Text Example
Text Example
White with #501B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B42; }
p { color: rgb(80,27,66); }
H1.HeaderClassName
{
color: #501B42;
}
.AnyTagClassName
{
color: #501B42;
}
</style>
background-color css
<style>
a { background-color: #501B42; }
a { background-color: rgb(80,27,66); }
div.DivClassName
{
background-color: #501B42;
}
.BgClassName
{
background-color: #501B42;
}
</style>
border-color css
<style>
span { border-color: #501B42; }
span { border-color: rgb(80,27,66); }
td.TdClassName
{
border-color: #501B42;
}
.TagClassName
{
border-color: #501B42;
}
</style>