Shades of Loulou #502A4B
Tints of Loulou #502A4B
RGB
CMYK
RGB Variations
Color information
#502A4B (or 0x502A4B) is known color: Loulou. HEX triplet: 50, 2A and 4B. RGB value is (80,42,75). Sum of RGB (Red+Green+Blue) = 80+42+75=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #502A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A4B is #AFD5B4. Grayscale: #393939. Windows color (decimal): -11523509 or 4926032. OLE color: 4926032.
HSL color Cylindrical-coordinate representation of color #502A4B: hue angle of 307.89º 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 #502A4B is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 42 | 75 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.69 |
| HSL | 307.89º | 0.31% | 0.24% | - |
| HSV(B) | 307.89º | 0.48% | 0.31% | - |
| XYZ | 5.41 | 3.87 | 7.12 | - |
| YUV | 57.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 75 | 0 | 0.48 | 0.06 | 0.69 | 307.89 | 0.31 | 0.24 |
| Hex | 50 | 2A | 4B | 0 | 30 | 6 | 45 | 134 | 1F | 18 |
| Octal | 120 | 52 | 113 | 0 | 60 | 6 | 105 | 464 | 37 | 30 |
| Binary | 1010000 | 101010 | 1001011 | 0 | 110000 | 110 | 1000101 | 100110100 | 11111 | 11000 |
Color Harmonies of #502A4B
Complementary color
Monochromatic Colors of #502A4B
Black with #502A4B
Text Example
Text Example
White with #502A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A4B; }
p { color: rgb(80,42,75); }
H1.HeaderClassName
{
color: #502A4B;
}
.AnyTagClassName
{
color: #502A4B;
}
</style>
background-color css
<style>
a { background-color: #502A4B; }
a { background-color: rgb(80,42,75); }
div.DivClassName
{
background-color: #502A4B;
}
.BgClassName
{
background-color: #502A4B;
}
</style>
border-color css
<style>
span { border-color: #502A4B; }
span { border-color: rgb(80,42,75); }
td.TdClassName
{
border-color: #502A4B;
}
.TagClassName
{
border-color: #502A4B;
}
</style>