Shades of Loulou #54334A
Tints of Loulou #54334A
RGB
CMYK
RGB Variations
Color information
#54334A (or 0x54334A) is known color: Loulou. HEX triplet: 54, 33 and 4A. RGB value is (84,51,74). Sum of RGB (Red+Green+Blue) = 84+51+74=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 84 - color contains mainly: red. Hex color #54334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54334A is #ABCCB5. Grayscale: #3F3F3F. Windows color (decimal): -11259062 or 4862804. OLE color: 4862804.
HSL color Cylindrical-coordinate representation of color #54334A: hue angle of 318.18º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54334A is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 51 | 74 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.67 |
| HSL | 318.18º | 0.24% | 0.26% | - |
| HSV(B) | 318.18º | 0.39% | 0.33% | - |
| XYZ | 6.08 | 4.75 | 7.07 | - |
| YUV | 63.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 74 | 0 | 0.39 | 0.12 | 0.67 | 318.18 | 0.24 | 0.26 |
| Hex | 54 | 33 | 4A | 0 | 27 | C | 43 | 13E | 18 | 1A |
| Octal | 124 | 63 | 112 | 0 | 47 | 14 | 103 | 476 | 30 | 32 |
| Binary | 1010100 | 110011 | 1001010 | 0 | 100111 | 1100 | 1000011 | 100111110 | 11000 | 11010 |
Color Harmonies of #54334A
Complementary color
Monochromatic Colors of #54334A
Black with #54334A
Text Example
Text Example
White with #54334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54334A; }
p { color: rgb(84,51,74); }
H1.HeaderClassName
{
color: #54334A;
}
.AnyTagClassName
{
color: #54334A;
}
</style>
background-color css
<style>
a { background-color: #54334A; }
a { background-color: rgb(84,51,74); }
div.DivClassName
{
background-color: #54334A;
}
.BgClassName
{
background-color: #54334A;
}
</style>
border-color css
<style>
span { border-color: #54334A; }
span { border-color: rgb(84,51,74); }
td.TdClassName
{
border-color: #54334A;
}
.TagClassName
{
border-color: #54334A;
}
</style>