Shades of Loulou #53294A
Tints of Loulou #53294A
RGB
CMYK
RGB Variations
Color information
#53294A (or 0x53294A) is known color: Loulou. HEX triplet: 53, 29 and 4A. RGB value is (83,41,74). Sum of RGB (Red+Green+Blue) = 83+41+74=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53294A is #ACD6B5. Grayscale: #393939. Windows color (decimal): -11327158 or 4860243. OLE color: 4860243.
HSL color Cylindrical-coordinate representation of color #53294A: hue angle of 312.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53294A is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 74 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.67 |
| HSL | 312.86º | 0.34% | 0.24% | - |
| HSV(B) | 312.86º | 0.51% | 0.33% | - |
| XYZ | 5.6 | 3.92 | 6.94 | - |
| YUV | 57.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 74 | 0 | 0.51 | 0.11 | 0.67 | 312.86 | 0.34 | 0.24 |
| Hex | 53 | 29 | 4A | 0 | 33 | B | 43 | 139 | 22 | 18 |
| Octal | 123 | 51 | 112 | 0 | 63 | 13 | 103 | 471 | 42 | 30 |
| Binary | 1010011 | 101001 | 1001010 | 0 | 110011 | 1011 | 1000011 | 100111001 | 100010 | 11000 |
Color Harmonies of #53294A
Complementary color
Monochromatic Colors of #53294A
Black with #53294A
Text Example
Text Example
White with #53294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53294A; }
p { color: rgb(83,41,74); }
H1.HeaderClassName
{
color: #53294A;
}
.AnyTagClassName
{
color: #53294A;
}
</style>
background-color css
<style>
a { background-color: #53294A; }
a { background-color: rgb(83,41,74); }
div.DivClassName
{
background-color: #53294A;
}
.BgClassName
{
background-color: #53294A;
}
</style>
border-color css
<style>
span { border-color: #53294A; }
span { border-color: rgb(83,41,74); }
td.TdClassName
{
border-color: #53294A;
}
.TagClassName
{
border-color: #53294A;
}
</style>