Shades of Loulou #503445
Tints of Loulou #503445
RGB
CMYK
RGB Variations
Color information
#503445 (or 0x503445) is known color: Loulou. HEX triplet: 50, 34 and 45. RGB value is (80,52,69). Sum of RGB (Red+Green+Blue) = 80+52+69=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #503445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503445 is #AFCBBA. Grayscale: #3E3E3E. Windows color (decimal): -11520955 or 4535376. OLE color: 4535376.
HSL color Cylindrical-coordinate representation of color #503445: hue angle of 323.57º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #503445 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 52 | 69 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.69 |
| HSL | 323.57º | 0.21% | 0.26% | - |
| HSV(B) | 323.57º | 0.35% | 0.31% | - |
| XYZ | 5.61 | 4.59 | 6.22 | - |
| YUV | 62.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 69 | 0 | 0.35 | 0.14 | 0.69 | 323.57 | 0.21 | 0.26 |
| Hex | 50 | 34 | 45 | 0 | 23 | E | 45 | 144 | 15 | 1A |
| Octal | 120 | 64 | 105 | 0 | 43 | 16 | 105 | 504 | 25 | 32 |
| Binary | 1010000 | 110100 | 1000101 | 0 | 100011 | 1110 | 1000101 | 101000100 | 10101 | 11010 |
Color Harmonies of #503445
Complementary color
Monochromatic Colors of #503445
Black with #503445
Text Example
Text Example
White with #503445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503445; }
p { color: rgb(80,52,69); }
H1.HeaderClassName
{
color: #503445;
}
.AnyTagClassName
{
color: #503445;
}
</style>
background-color css
<style>
a { background-color: #503445; }
a { background-color: rgb(80,52,69); }
div.DivClassName
{
background-color: #503445;
}
.BgClassName
{
background-color: #503445;
}
</style>
border-color css
<style>
span { border-color: #503445; }
span { border-color: rgb(80,52,69); }
td.TdClassName
{
border-color: #503445;
}
.TagClassName
{
border-color: #503445;
}
</style>