Shades of Loulou #53284C
Tints of Loulou #53284C
RGB
CMYK
RGB Variations
Color information
#53284C (or 0x53284C) is known color: Loulou. HEX triplet: 53, 28 and 4C. RGB value is (83,40,76). Sum of RGB (Red+Green+Blue) = 83+40+76=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53284C is #ACD7B3. Grayscale: #383838. Windows color (decimal): -11327412 or 4991059. OLE color: 4991059.
HSL color Cylindrical-coordinate representation of color #53284C: hue angle of 309.77º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53284C is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 76 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.67 |
| HSL | 309.77º | 0.35% | 0.24% | - |
| HSV(B) | 309.77º | 0.52% | 0.33% | - |
| XYZ | 5.63 | 3.88 | 7.29 | - |
| YUV | 56.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 76 | 0 | 0.52 | 0.08 | 0.67 | 309.77 | 0.35 | 0.24 |
| Hex | 53 | 28 | 4C | 0 | 34 | 8 | 43 | 136 | 23 | 18 |
| Octal | 123 | 50 | 114 | 0 | 64 | 10 | 103 | 466 | 43 | 30 |
| Binary | 1010011 | 101000 | 1001100 | 0 | 110100 | 1000 | 1000011 | 100110110 | 100011 | 11000 |
Color Harmonies of #53284C
Complementary color
Monochromatic Colors of #53284C
Black with #53284C
Text Example
Text Example
White with #53284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53284C; }
p { color: rgb(83,40,76); }
H1.HeaderClassName
{
color: #53284C;
}
.AnyTagClassName
{
color: #53284C;
}
</style>
background-color css
<style>
a { background-color: #53284C; }
a { background-color: rgb(83,40,76); }
div.DivClassName
{
background-color: #53284C;
}
.BgClassName
{
background-color: #53284C;
}
</style>
border-color css
<style>
span { border-color: #53284C; }
span { border-color: rgb(83,40,76); }
td.TdClassName
{
border-color: #53284C;
}
.TagClassName
{
border-color: #53284C;
}
</style>