Shades of Loulou #54134B
Tints of Loulou #54134B
RGB
CMYK
RGB Variations
Color information
#54134B (or 0x54134B) is known color: Loulou. HEX triplet: 54, 13 and 4B. RGB value is (84,19,75). Sum of RGB (Red+Green+Blue) = 84+19+75=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54134B is #ABECB4. Grayscale: #2C2C2C. Windows color (decimal): -11267253 or 4920148. OLE color: 4920148.
HSL color Cylindrical-coordinate representation of color #54134B: hue angle of 308.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54134B is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 19 | 75 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.67 |
| HSL | 308.31º | 0.63% | 0.2% | - |
| HSV(B) | 308.31º | 0.77% | 0.33% | - |
| XYZ | 5.16 | 2.86 | 6.94 | - |
| YUV | 44.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 19 | 75 | 0 | 0.77 | 0.11 | 0.67 | 308.31 | 0.63 | 0.2 |
| Hex | 54 | 13 | 4B | 0 | 4D | B | 43 | 134 | 3F | 14 |
| Octal | 124 | 23 | 113 | 0 | 115 | 13 | 103 | 464 | 77 | 24 |
| Binary | 1010100 | 10011 | 1001011 | 0 | 1001101 | 1011 | 1000011 | 100110100 | 111111 | 10100 |
Color Harmonies of #54134B
Complementary color
Monochromatic Colors of #54134B
Black with #54134B
Text Example
Text Example
White with #54134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54134B; }
p { color: rgb(84,19,75); }
H1.HeaderClassName
{
color: #54134B;
}
.AnyTagClassName
{
color: #54134B;
}
</style>
background-color css
<style>
a { background-color: #54134B; }
a { background-color: rgb(84,19,75); }
div.DivClassName
{
background-color: #54134B;
}
.BgClassName
{
background-color: #54134B;
}
</style>
border-color css
<style>
span { border-color: #54134B; }
span { border-color: rgb(84,19,75); }
td.TdClassName
{
border-color: #54134B;
}
.TagClassName
{
border-color: #54134B;
}
</style>