Shades of Loulou #501B43
Tints of Loulou #501B43
RGB
CMYK
RGB Variations
Color information
#501B43 (or 0x501B43) is known color: Loulou. HEX triplet: 50, 1B and 43. RGB value is (80,27,67). Sum of RGB (Red+Green+Blue) = 80+27+67=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #501B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B43 is #AFE4BC. Grayscale: #2F2F2F. Windows color (decimal): -11527357 or 4397904. OLE color: 4397904.
HSL color Cylindrical-coordinate representation of color #501B43: hue angle of 314.72º 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 #501B43 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 67 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.69 |
| HSL | 314.72º | 0.5% | 0.21% | - |
| HSV(B) | 314.72º | 0.66% | 0.31% | - |
| XYZ | 4.71 | 2.89 | 5.62 | - |
| YUV | 47.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 67 | 0 | 0.66 | 0.16 | 0.69 | 314.72 | 0.5 | 0.21 |
| Hex | 50 | 1B | 43 | 0 | 42 | 10 | 45 | 13B | 32 | 15 |
| Octal | 120 | 33 | 103 | 0 | 102 | 20 | 105 | 473 | 62 | 25 |
| Binary | 1010000 | 11011 | 1000011 | 0 | 1000010 | 10000 | 1000101 | 100111011 | 110010 | 10101 |
Color Harmonies of #501B43
Complementary color
Monochromatic Colors of #501B43
Black with #501B43
Text Example
Text Example
White with #501B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B43; }
p { color: rgb(80,27,67); }
H1.HeaderClassName
{
color: #501B43;
}
.AnyTagClassName
{
color: #501B43;
}
</style>
background-color css
<style>
a { background-color: #501B43; }
a { background-color: rgb(80,27,67); }
div.DivClassName
{
background-color: #501B43;
}
.BgClassName
{
background-color: #501B43;
}
</style>
border-color css
<style>
span { border-color: #501B43; }
span { border-color: rgb(80,27,67); }
td.TdClassName
{
border-color: #501B43;
}
.TagClassName
{
border-color: #501B43;
}
</style>