Shades of Loulou #54284A
Tints of Loulou #54284A
RGB
CMYK
RGB Variations
Color information
#54284A (or 0x54284A) is known color: Loulou. HEX triplet: 54, 28 and 4A. RGB value is (84,40,74). Sum of RGB (Red+Green+Blue) = 84+40+74=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #54284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54284A is #ABD7B5. Grayscale: #383838. Windows color (decimal): -11261878 or 4859988. OLE color: 4859988.
HSL color Cylindrical-coordinate representation of color #54284A: hue angle of 313.64º 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 #54284A is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 40 | 74 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.67 |
| HSL | 313.64º | 0.35% | 0.24% | - |
| HSV(B) | 313.64º | 0.52% | 0.33% | - |
| XYZ | 5.65 | 3.9 | 6.93 | - |
| YUV | 57.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 74 | 0 | 0.52 | 0.12 | 0.67 | 313.64 | 0.35 | 0.24 |
| Hex | 54 | 28 | 4A | 0 | 34 | C | 43 | 13A | 23 | 18 |
| Octal | 124 | 50 | 112 | 0 | 64 | 14 | 103 | 472 | 43 | 30 |
| Binary | 1010100 | 101000 | 1001010 | 0 | 110100 | 1100 | 1000011 | 100111010 | 100011 | 11000 |
Color Harmonies of #54284A
Complementary color
Monochromatic Colors of #54284A
Black with #54284A
Text Example
Text Example
White with #54284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54284A; }
p { color: rgb(84,40,74); }
H1.HeaderClassName
{
color: #54284A;
}
.AnyTagClassName
{
color: #54284A;
}
</style>
background-color css
<style>
a { background-color: #54284A; }
a { background-color: rgb(84,40,74); }
div.DivClassName
{
background-color: #54284A;
}
.BgClassName
{
background-color: #54284A;
}
</style>
border-color css
<style>
span { border-color: #54284A; }
span { border-color: rgb(84,40,74); }
td.TdClassName
{
border-color: #54284A;
}
.TagClassName
{
border-color: #54284A;
}
</style>