Shades of Loulou #54284B
Tints of Loulou #54284B
RGB
CMYK
RGB Variations
Color information
#54284B (or 0x54284B) is known color: Loulou. HEX triplet: 54, 28 and 4B. RGB value is (84,40,75). Sum of RGB (Red+Green+Blue) = 84+40+75=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #54284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54284B is #ABD7B4. Grayscale: #393939. Windows color (decimal): -11261877 or 4925524. OLE color: 4925524.
HSL color Cylindrical-coordinate representation of color #54284B: hue angle of 312.27º 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 #54284B is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 40 | 75 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.67 |
| HSL | 312.27º | 0.35% | 0.24% | - |
| HSV(B) | 312.27º | 0.52% | 0.33% | - |
| XYZ | 5.68 | 3.91 | 7.11 | - |
| YUV | 57.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 75 | 0 | 0.52 | 0.11 | 0.67 | 312.27 | 0.35 | 0.24 |
| Hex | 54 | 28 | 4B | 0 | 34 | B | 43 | 138 | 23 | 18 |
| Octal | 124 | 50 | 113 | 0 | 64 | 13 | 103 | 470 | 43 | 30 |
| Binary | 1010100 | 101000 | 1001011 | 0 | 110100 | 1011 | 1000011 | 100111000 | 100011 | 11000 |
Color Harmonies of #54284B
Complementary color
Monochromatic Colors of #54284B
Black with #54284B
Text Example
Text Example
White with #54284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54284B; }
p { color: rgb(84,40,75); }
H1.HeaderClassName
{
color: #54284B;
}
.AnyTagClassName
{
color: #54284B;
}
</style>
background-color css
<style>
a { background-color: #54284B; }
a { background-color: rgb(84,40,75); }
div.DivClassName
{
background-color: #54284B;
}
.BgClassName
{
background-color: #54284B;
}
</style>
border-color css
<style>
span { border-color: #54284B; }
span { border-color: rgb(84,40,75); }
td.TdClassName
{
border-color: #54284B;
}
.TagClassName
{
border-color: #54284B;
}
</style>