Shades of Loulou #54314E
Tints of Loulou #54314E
RGB
CMYK
RGB Variations
Color information
#54314E (or 0x54314E) is known color: Loulou. HEX triplet: 54, 31 and 4E. RGB value is (84,49,78). Sum of RGB (Red+Green+Blue) = 84+49+78=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #54314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54314E is #ABCEB1. Grayscale: #3E3E3E. Windows color (decimal): -11259570 or 5124436. OLE color: 5124436.
HSL color Cylindrical-coordinate representation of color #54314E: hue angle of 310.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54314E is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 49 | 78 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.67 |
| HSL | 310.29º | 0.26% | 0.26% | - |
| HSV(B) | 310.29º | 0.42% | 0.33% | - |
| XYZ | 6.13 | 4.63 | 7.78 | - |
| YUV | 62.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 78 | 0 | 0.42 | 0.07 | 0.67 | 310.29 | 0.26 | 0.26 |
| Hex | 54 | 31 | 4E | 0 | 2A | 7 | 43 | 136 | 1A | 1A |
| Octal | 124 | 61 | 116 | 0 | 52 | 7 | 103 | 466 | 32 | 32 |
| Binary | 1010100 | 110001 | 1001110 | 0 | 101010 | 111 | 1000011 | 100110110 | 11010 | 11010 |
Color Harmonies of #54314E
Complementary color
Monochromatic Colors of #54314E
Black with #54314E
Text Example
Text Example
White with #54314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54314E; }
p { color: rgb(84,49,78); }
H1.HeaderClassName
{
color: #54314E;
}
.AnyTagClassName
{
color: #54314E;
}
</style>
background-color css
<style>
a { background-color: #54314E; }
a { background-color: rgb(84,49,78); }
div.DivClassName
{
background-color: #54314E;
}
.BgClassName
{
background-color: #54314E;
}
</style>
border-color css
<style>
span { border-color: #54314E; }
span { border-color: rgb(84,49,78); }
td.TdClassName
{
border-color: #54314E;
}
.TagClassName
{
border-color: #54314E;
}
</style>