Shades of Loulou #53194D
Tints of Loulou #53194D
RGB
CMYK
RGB Variations
Color information
#53194D (or 0x53194D) is known color: Loulou. HEX triplet: 53, 19 and 4D. RGB value is (83,25,77). Sum of RGB (Red+Green+Blue) = 83+25+77=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53194D is #ACE6B2. Grayscale: #303030. Windows color (decimal): -11331251 or 5052755. OLE color: 5052755.
HSL color Cylindrical-coordinate representation of color #53194D: hue angle of 306.21º 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 #53194D is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 77 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.67 |
| HSL | 306.21º | 0.54% | 0.21% | - |
| HSV(B) | 306.21º | 0.7% | 0.33% | - |
| XYZ | 5.25 | 3.07 | 7.34 | - |
| YUV | 48.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 77 | 0 | 0.70 | 0.07 | 0.67 | 306.21 | 0.54 | 0.21 |
| Hex | 53 | 19 | 4D | 0 | 46 | 7 | 43 | 132 | 36 | 15 |
| Octal | 123 | 31 | 115 | 0 | 106 | 7 | 103 | 462 | 66 | 25 |
| Binary | 1010011 | 11001 | 1001101 | 0 | 1000110 | 111 | 1000011 | 100110010 | 110110 | 10101 |
Color Harmonies of #53194D
Complementary color
Monochromatic Colors of #53194D
Black with #53194D
Text Example
Text Example
White with #53194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53194D; }
p { color: rgb(83,25,77); }
H1.HeaderClassName
{
color: #53194D;
}
.AnyTagClassName
{
color: #53194D;
}
</style>
background-color css
<style>
a { background-color: #53194D; }
a { background-color: rgb(83,25,77); }
div.DivClassName
{
background-color: #53194D;
}
.BgClassName
{
background-color: #53194D;
}
</style>
border-color css
<style>
span { border-color: #53194D; }
span { border-color: rgb(83,25,77); }
td.TdClassName
{
border-color: #53194D;
}
.TagClassName
{
border-color: #53194D;
}
</style>