Shades of Loulou #54174C
Tints of Loulou #54174C
RGB
CMYK
RGB Variations
Color information
#54174C (or 0x54174C) is known color: Loulou. HEX triplet: 54, 17 and 4C. RGB value is (84,23,76). Sum of RGB (Red+Green+Blue) = 84+23+76=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54174C is #ABE8B3. Grayscale: #2F2F2F. Windows color (decimal): -11266228 or 4986708. OLE color: 4986708.
HSL color Cylindrical-coordinate representation of color #54174C: hue angle of 307.87º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54174C is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 23 | 76 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.67 |
| HSL | 307.87º | 0.57% | 0.21% | - |
| HSV(B) | 307.87º | 0.73% | 0.33% | - |
| XYZ | 5.27 | 3.02 | 7.14 | - |
| YUV | 47.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 76 | 0 | 0.73 | 0.10 | 0.67 | 307.87 | 0.57 | 0.21 |
| Hex | 54 | 17 | 4C | 0 | 49 | A | 43 | 134 | 39 | 15 |
| Octal | 124 | 27 | 114 | 0 | 111 | 12 | 103 | 464 | 71 | 25 |
| Binary | 1010100 | 10111 | 1001100 | 0 | 1001001 | 1010 | 1000011 | 100110100 | 111001 | 10101 |
Color Harmonies of #54174C
Complementary color
Monochromatic Colors of #54174C
Black with #54174C
Text Example
Text Example
White with #54174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54174C; }
p { color: rgb(84,23,76); }
H1.HeaderClassName
{
color: #54174C;
}
.AnyTagClassName
{
color: #54174C;
}
</style>
background-color css
<style>
a { background-color: #54174C; }
a { background-color: rgb(84,23,76); }
div.DivClassName
{
background-color: #54174C;
}
.BgClassName
{
background-color: #54174C;
}
</style>
border-color css
<style>
span { border-color: #54174C; }
span { border-color: rgb(84,23,76); }
td.TdClassName
{
border-color: #54174C;
}
.TagClassName
{
border-color: #54174C;
}
</style>