Shades of Loulou #503144
Tints of Loulou #503144
RGB
CMYK
RGB Variations
Color information
#503144 (or 0x503144) is known color: Loulou. HEX triplet: 50, 31 and 44. RGB value is (80,49,68). Sum of RGB (Red+Green+Blue) = 80+49+68=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #503144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503144 is #AFCEBB. Grayscale: #3C3C3C. Windows color (decimal): -11521724 or 4469072. OLE color: 4469072.
HSL color Cylindrical-coordinate representation of color #503144: hue angle of 323.23º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503144 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 68 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.69 |
| HSL | 323.23º | 0.24% | 0.25% | - |
| HSV(B) | 323.23º | 0.39% | 0.31% | - |
| XYZ | 5.45 | 4.32 | 6.02 | - |
| YUV | 60.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 68 | 0 | 0.39 | 0.15 | 0.69 | 323.23 | 0.24 | 0.25 |
| Hex | 50 | 31 | 44 | 0 | 27 | F | 45 | 143 | 18 | 19 |
| Octal | 120 | 61 | 104 | 0 | 47 | 17 | 105 | 503 | 30 | 31 |
| Binary | 1010000 | 110001 | 1000100 | 0 | 100111 | 1111 | 1000101 | 101000011 | 11000 | 11001 |
Color Harmonies of #503144
Complementary color
Monochromatic Colors of #503144
Black with #503144
Text Example
Text Example
White with #503144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503144; }
p { color: rgb(80,49,68); }
H1.HeaderClassName
{
color: #503144;
}
.AnyTagClassName
{
color: #503144;
}
</style>
background-color css
<style>
a { background-color: #503144; }
a { background-color: rgb(80,49,68); }
div.DivClassName
{
background-color: #503144;
}
.BgClassName
{
background-color: #503144;
}
</style>
border-color css
<style>
span { border-color: #503144; }
span { border-color: rgb(80,49,68); }
td.TdClassName
{
border-color: #503144;
}
.TagClassName
{
border-color: #503144;
}
</style>