Shades of Loulou #53124C
Tints of Loulou #53124C
RGB
CMYK
RGB Variations
Color information
#53124C (or 0x53124C) is known color: Loulou. HEX triplet: 53, 12 and 4C. RGB value is (83,18,76). Sum of RGB (Red+Green+Blue) = 83+18+76=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53124C is #ACEDB3. Grayscale: #2B2B2B. Windows color (decimal): -11333044 or 4985427. OLE color: 4985427.
HSL color Cylindrical-coordinate representation of color #53124C: hue angle of 306.46º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53124C is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 18 | 76 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.67 |
| HSL | 306.46º | 0.64% | 0.2% | - |
| HSV(B) | 306.46º | 0.78% | 0.33% | - |
| XYZ | 5.09 | 2.79 | 7.11 | - |
| YUV | 44.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 76 | 0 | 0.78 | 0.08 | 0.67 | 306.46 | 0.64 | 0.2 |
| Hex | 53 | 12 | 4C | 0 | 4E | 8 | 43 | 132 | 40 | 14 |
| Octal | 123 | 22 | 114 | 0 | 116 | 10 | 103 | 462 | 100 | 24 |
| Binary | 1010011 | 10010 | 1001100 | 0 | 1001110 | 1000 | 1000011 | 100110010 | 1000000 | 10100 |
Color Harmonies of #53124C
Complementary color
Monochromatic Colors of #53124C
Black with #53124C
Text Example
Text Example
White with #53124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53124C; }
p { color: rgb(83,18,76); }
H1.HeaderClassName
{
color: #53124C;
}
.AnyTagClassName
{
color: #53124C;
}
</style>
background-color css
<style>
a { background-color: #53124C; }
a { background-color: rgb(83,18,76); }
div.DivClassName
{
background-color: #53124C;
}
.BgClassName
{
background-color: #53124C;
}
</style>
border-color css
<style>
span { border-color: #53124C; }
span { border-color: rgb(83,18,76); }
td.TdClassName
{
border-color: #53124C;
}
.TagClassName
{
border-color: #53124C;
}
</style>