Shades of Loulou #501C43
Tints of Loulou #501C43
RGB
CMYK
RGB Variations
Color information
#501C43 (or 0x501C43) is known color: Loulou. HEX triplet: 50, 1C and 43. RGB value is (80,28,67). Sum of RGB (Red+Green+Blue) = 80+28+67=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #501C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C43 is #AFE3BC. Grayscale: #2F2F2F. Windows color (decimal): -11527101 or 4398160. OLE color: 4398160.
HSL color Cylindrical-coordinate representation of color #501C43: hue angle of 315º 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 #501C43 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 67 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.69 |
| HSL | 315º | 0.48% | 0.21% | - |
| HSV(B) | 315º | 0.65% | 0.31% | - |
| XYZ | 4.74 | 2.94 | 5.63 | - |
| YUV | 47.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 67 | 0 | 0.65 | 0.16 | 0.69 | 315 | 0.48 | 0.21 |
| Hex | 50 | 1C | 43 | 0 | 41 | 10 | 45 | 13B | 30 | 15 |
| Octal | 120 | 34 | 103 | 0 | 101 | 20 | 105 | 473 | 60 | 25 |
| Binary | 1010000 | 11100 | 1000011 | 0 | 1000001 | 10000 | 1000101 | 100111011 | 110000 | 10101 |
Color Harmonies of #501C43
Complementary color
Monochromatic Colors of #501C43
Black with #501C43
Text Example
Text Example
White with #501C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C43; }
p { color: rgb(80,28,67); }
H1.HeaderClassName
{
color: #501C43;
}
.AnyTagClassName
{
color: #501C43;
}
</style>
background-color css
<style>
a { background-color: #501C43; }
a { background-color: rgb(80,28,67); }
div.DivClassName
{
background-color: #501C43;
}
.BgClassName
{
background-color: #501C43;
}
</style>
border-color css
<style>
span { border-color: #501C43; }
span { border-color: rgb(80,28,67); }
td.TdClassName
{
border-color: #501C43;
}
.TagClassName
{
border-color: #501C43;
}
</style>