Shades of Loulou #54314D
Tints of Loulou #54314D
RGB
CMYK
RGB Variations
Color information
#54314D (or 0x54314D) is known color: Loulou. HEX triplet: 54, 31 and 4D. RGB value is (84,49,77). Sum of RGB (Red+Green+Blue) = 84+49+77=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #54314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54314D is #ABCEB2. Grayscale: #3E3E3E. Windows color (decimal): -11259571 or 5058900. OLE color: 5058900.
HSL color Cylindrical-coordinate representation of color #54314D: hue angle of 312º 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 #54314D is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 49 | 77 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.67 |
| HSL | 312º | 0.26% | 0.26% | - |
| HSV(B) | 312º | 0.42% | 0.33% | - |
| XYZ | 6.09 | 4.62 | 7.59 | - |
| YUV | 62.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 77 | 0 | 0.42 | 0.08 | 0.67 | 312 | 0.26 | 0.26 |
| Hex | 54 | 31 | 4D | 0 | 2A | 8 | 43 | 138 | 1A | 1A |
| Octal | 124 | 61 | 115 | 0 | 52 | 10 | 103 | 470 | 32 | 32 |
| Binary | 1010100 | 110001 | 1001101 | 0 | 101010 | 1000 | 1000011 | 100111000 | 11010 | 11010 |
Color Harmonies of #54314D
Complementary color
Monochromatic Colors of #54314D
Black with #54314D
Text Example
Text Example
White with #54314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54314D; }
p { color: rgb(84,49,77); }
H1.HeaderClassName
{
color: #54314D;
}
.AnyTagClassName
{
color: #54314D;
}
</style>
background-color css
<style>
a { background-color: #54314D; }
a { background-color: rgb(84,49,77); }
div.DivClassName
{
background-color: #54314D;
}
.BgClassName
{
background-color: #54314D;
}
</style>
border-color css
<style>
span { border-color: #54314D; }
span { border-color: rgb(84,49,77); }
td.TdClassName
{
border-color: #54314D;
}
.TagClassName
{
border-color: #54314D;
}
</style>