Shades of Loulou #53194A
Tints of Loulou #53194A
RGB
CMYK
RGB Variations
Color information
#53194A (or 0x53194A) is known color: Loulou. HEX triplet: 53, 19 and 4A. RGB value is (83,25,74). Sum of RGB (Red+Green+Blue) = 83+25+74=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53194A is #ACE6B5. Grayscale: #2F2F2F. Windows color (decimal): -11331254 or 4856147. OLE color: 4856147.
HSL color Cylindrical-coordinate representation of color #53194A: hue angle of 309.31º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53194A is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 74 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.67 |
| HSL | 309.31º | 0.54% | 0.21% | - |
| HSV(B) | 309.31º | 0.7% | 0.33% | - |
| XYZ | 5.15 | 3.03 | 6.79 | - |
| YUV | 47.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 74 | 0 | 0.70 | 0.11 | 0.67 | 309.31 | 0.54 | 0.21 |
| Hex | 53 | 19 | 4A | 0 | 46 | B | 43 | 135 | 36 | 15 |
| Octal | 123 | 31 | 112 | 0 | 106 | 13 | 103 | 465 | 66 | 25 |
| Binary | 1010011 | 11001 | 1001010 | 0 | 1000110 | 1011 | 1000011 | 100110101 | 110110 | 10101 |
Color Harmonies of #53194A
Complementary color
Monochromatic Colors of #53194A
Black with #53194A
Text Example
Text Example
White with #53194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53194A; }
p { color: rgb(83,25,74); }
H1.HeaderClassName
{
color: #53194A;
}
.AnyTagClassName
{
color: #53194A;
}
</style>
background-color css
<style>
a { background-color: #53194A; }
a { background-color: rgb(83,25,74); }
div.DivClassName
{
background-color: #53194A;
}
.BgClassName
{
background-color: #53194A;
}
</style>
border-color css
<style>
span { border-color: #53194A; }
span { border-color: rgb(83,25,74); }
td.TdClassName
{
border-color: #53194A;
}
.TagClassName
{
border-color: #53194A;
}
</style>