Shades of Loulou #54274D
Tints of Loulou #54274D
RGB
CMYK
RGB Variations
Color information
#54274D (or 0x54274D) is known color: Loulou. HEX triplet: 54, 27 and 4D. RGB value is (84,39,77). Sum of RGB (Red+Green+Blue) = 84+39+77=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #54274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54274D is #ABD8B2. Grayscale: #383838. Windows color (decimal): -11262131 or 5056340. OLE color: 5056340.
HSL color Cylindrical-coordinate representation of color #54274D: hue angle of 309.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54274D is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 39 | 77 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.67 |
| HSL | 309.33º | 0.37% | 0.24% | - |
| HSV(B) | 309.33º | 0.54% | 0.33% | - |
| XYZ | 5.72 | 3.87 | 7.47 | - |
| YUV | 56.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 77 | 0 | 0.54 | 0.08 | 0.67 | 309.33 | 0.37 | 0.24 |
| Hex | 54 | 27 | 4D | 0 | 36 | 8 | 43 | 135 | 25 | 18 |
| Octal | 124 | 47 | 115 | 0 | 66 | 10 | 103 | 465 | 45 | 30 |
| Binary | 1010100 | 100111 | 1001101 | 0 | 110110 | 1000 | 1000011 | 100110101 | 100101 | 11000 |
Color Harmonies of #54274D
Complementary color
Monochromatic Colors of #54274D
Black with #54274D
Text Example
Text Example
White with #54274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54274D; }
p { color: rgb(84,39,77); }
H1.HeaderClassName
{
color: #54274D;
}
.AnyTagClassName
{
color: #54274D;
}
</style>
background-color css
<style>
a { background-color: #54274D; }
a { background-color: rgb(84,39,77); }
div.DivClassName
{
background-color: #54274D;
}
.BgClassName
{
background-color: #54274D;
}
</style>
border-color css
<style>
span { border-color: #54274D; }
span { border-color: rgb(84,39,77); }
td.TdClassName
{
border-color: #54274D;
}
.TagClassName
{
border-color: #54274D;
}
</style>