Shades of Loulou #54264E
Tints of Loulou #54264E
RGB
CMYK
RGB Variations
Color information
#54264E (or 0x54264E) is known color: Loulou. HEX triplet: 54, 26 and 4E. RGB value is (84,38,78). Sum of RGB (Red+Green+Blue) = 84+38+78=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #54264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54264E is #ABD9B1. Grayscale: #383838. Windows color (decimal): -11262386 or 5121620. OLE color: 5121620.
HSL color Cylindrical-coordinate representation of color #54264E: hue angle of 307.83º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54264E is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 38 | 78 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.67 |
| HSL | 307.83º | 0.38% | 0.24% | - |
| HSV(B) | 307.83º | 0.55% | 0.33% | - |
| XYZ | 5.72 | 3.82 | 7.64 | - |
| YUV | 56.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 78 | 0 | 0.55 | 0.07 | 0.67 | 307.83 | 0.38 | 0.24 |
| Hex | 54 | 26 | 4E | 0 | 37 | 7 | 43 | 134 | 26 | 18 |
| Octal | 124 | 46 | 116 | 0 | 67 | 7 | 103 | 464 | 46 | 30 |
| Binary | 1010100 | 100110 | 1001110 | 0 | 110111 | 111 | 1000011 | 100110100 | 100110 | 11000 |
Color Harmonies of #54264E
Complementary color
Monochromatic Colors of #54264E
Black with #54264E
Text Example
Text Example
White with #54264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54264E; }
p { color: rgb(84,38,78); }
H1.HeaderClassName
{
color: #54264E;
}
.AnyTagClassName
{
color: #54264E;
}
</style>
background-color css
<style>
a { background-color: #54264E; }
a { background-color: rgb(84,38,78); }
div.DivClassName
{
background-color: #54264E;
}
.BgClassName
{
background-color: #54264E;
}
</style>
border-color css
<style>
span { border-color: #54264E; }
span { border-color: rgb(84,38,78); }
td.TdClassName
{
border-color: #54264E;
}
.TagClassName
{
border-color: #54264E;
}
</style>