Shades of Loulou #53164A
Tints of Loulou #53164A
RGB
CMYK
RGB Variations
Color information
#53164A (or 0x53164A) is known color: Loulou. HEX triplet: 53, 16 and 4A. RGB value is (83,22,74). Sum of RGB (Red+Green+Blue) = 83+22+74=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53164A is #ACE9B5. Grayscale: #2E2E2E. Windows color (decimal): -11332022 or 4855379. OLE color: 4855379.
HSL color Cylindrical-coordinate representation of color #53164A: hue angle of 308.85º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53164A is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 74 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.67 |
| HSL | 308.85º | 0.58% | 0.21% | - |
| HSV(B) | 308.85º | 0.73% | 0.33% | - |
| XYZ | 5.09 | 2.91 | 6.77 | - |
| YUV | 46.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 74 | 0 | 0.73 | 0.11 | 0.67 | 308.85 | 0.58 | 0.21 |
| Hex | 53 | 16 | 4A | 0 | 49 | B | 43 | 135 | 3A | 15 |
| Octal | 123 | 26 | 112 | 0 | 111 | 13 | 103 | 465 | 72 | 25 |
| Binary | 1010011 | 10110 | 1001010 | 0 | 1001001 | 1011 | 1000011 | 100110101 | 111010 | 10101 |
Color Harmonies of #53164A
Complementary color
Monochromatic Colors of #53164A
Black with #53164A
Text Example
Text Example
White with #53164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53164A; }
p { color: rgb(83,22,74); }
H1.HeaderClassName
{
color: #53164A;
}
.AnyTagClassName
{
color: #53164A;
}
</style>
background-color css
<style>
a { background-color: #53164A; }
a { background-color: rgb(83,22,74); }
div.DivClassName
{
background-color: #53164A;
}
.BgClassName
{
background-color: #53164A;
}
</style>
border-color css
<style>
span { border-color: #53164A; }
span { border-color: rgb(83,22,74); }
td.TdClassName
{
border-color: #53164A;
}
.TagClassName
{
border-color: #53164A;
}
</style>