Shades of Loulou #502A43
Tints of Loulou #502A43
RGB
CMYK
RGB Variations
Color information
#502A43 (or 0x502A43) is known color: Loulou. HEX triplet: 50, 2A and 43. RGB value is (80,42,67). Sum of RGB (Red+Green+Blue) = 80+42+67=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #502A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A43 is #AFD5BC. Grayscale: #383838. Windows color (decimal): -11523517 or 4401744. OLE color: 4401744.
HSL color Cylindrical-coordinate representation of color #502A43: hue angle of 320.53º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502A43 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 42 | 67 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.69 |
| HSL | 320.53º | 0.31% | 0.24% | - |
| HSV(B) | 320.53º | 0.48% | 0.31% | - |
| XYZ | 5.15 | 3.77 | 5.77 | - |
| YUV | 56.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 67 | 0 | 0.48 | 0.16 | 0.69 | 320.53 | 0.31 | 0.24 |
| Hex | 50 | 2A | 43 | 0 | 30 | 10 | 45 | 141 | 1F | 18 |
| Octal | 120 | 52 | 103 | 0 | 60 | 20 | 105 | 501 | 37 | 30 |
| Binary | 1010000 | 101010 | 1000011 | 0 | 110000 | 10000 | 1000101 | 101000001 | 11111 | 11000 |
Color Harmonies of #502A43
Complementary color
Monochromatic Colors of #502A43
Black with #502A43
Text Example
Text Example
White with #502A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A43; }
p { color: rgb(80,42,67); }
H1.HeaderClassName
{
color: #502A43;
}
.AnyTagClassName
{
color: #502A43;
}
</style>
background-color css
<style>
a { background-color: #502A43; }
a { background-color: rgb(80,42,67); }
div.DivClassName
{
background-color: #502A43;
}
.BgClassName
{
background-color: #502A43;
}
</style>
border-color css
<style>
span { border-color: #502A43; }
span { border-color: rgb(80,42,67); }
td.TdClassName
{
border-color: #502A43;
}
.TagClassName
{
border-color: #502A43;
}
</style>