Shades of Loulou #54384A
Tints of Loulou #54384A
RGB
CMYK
RGB Variations
Color information
#54384A (or 0x54384A) is known color: Loulou. HEX triplet: 54, 38 and 4A. RGB value is (84,56,74). Sum of RGB (Red+Green+Blue) = 84+56+74=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #54384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54384A is #ABC7B5. Grayscale: #424242. Windows color (decimal): -11257782 or 4864084. OLE color: 4864084.
HSL color Cylindrical-coordinate representation of color #54384A: hue angle of 321.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54384A is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 56 | 74 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.67 |
| HSL | 321.43º | 0.2% | 0.27% | - |
| HSV(B) | 321.43º | 0.33% | 0.33% | - |
| XYZ | 6.31 | 5.21 | 7.15 | - |
| YUV | 66.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 74 | 0 | 0.33 | 0.12 | 0.67 | 321.43 | 0.2 | 0.27 |
| Hex | 54 | 38 | 4A | 0 | 21 | C | 43 | 141 | 14 | 1B |
| Octal | 124 | 70 | 112 | 0 | 41 | 14 | 103 | 501 | 24 | 33 |
| Binary | 1010100 | 111000 | 1001010 | 0 | 100001 | 1100 | 1000011 | 101000001 | 10100 | 11011 |
Color Harmonies of #54384A
Complementary color
Monochromatic Colors of #54384A
Black with #54384A
Text Example
Text Example
White with #54384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54384A; }
p { color: rgb(84,56,74); }
H1.HeaderClassName
{
color: #54384A;
}
.AnyTagClassName
{
color: #54384A;
}
</style>
background-color css
<style>
a { background-color: #54384A; }
a { background-color: rgb(84,56,74); }
div.DivClassName
{
background-color: #54384A;
}
.BgClassName
{
background-color: #54384A;
}
</style>
border-color css
<style>
span { border-color: #54384A; }
span { border-color: rgb(84,56,74); }
td.TdClassName
{
border-color: #54384A;
}
.TagClassName
{
border-color: #54384A;
}
</style>