Shades of Loulou #54274A
Tints of Loulou #54274A
RGB
CMYK
RGB Variations
Color information
#54274A (or 0x54274A) is known color: Loulou. HEX triplet: 54, 27 and 4A. RGB value is (84,39,74). Sum of RGB (Red+Green+Blue) = 84+39+74=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54274A is #ABD8B5. Grayscale: #383838. Windows color (decimal): -11262134 or 4859732. OLE color: 4859732.
HSL color Cylindrical-coordinate representation of color #54274A: hue angle of 313.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54274A is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 39 | 74 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.67 |
| HSL | 313.33º | 0.37% | 0.24% | - |
| HSV(B) | 313.33º | 0.54% | 0.33% | - |
| XYZ | 5.62 | 3.83 | 6.92 | - |
| YUV | 56.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 74 | 0 | 0.54 | 0.12 | 0.67 | 313.33 | 0.37 | 0.24 |
| Hex | 54 | 27 | 4A | 0 | 36 | C | 43 | 139 | 25 | 18 |
| Octal | 124 | 47 | 112 | 0 | 66 | 14 | 103 | 471 | 45 | 30 |
| Binary | 1010100 | 100111 | 1001010 | 0 | 110110 | 1100 | 1000011 | 100111001 | 100101 | 11000 |
Color Harmonies of #54274A
Complementary color
Monochromatic Colors of #54274A
Black with #54274A
Text Example
Text Example
White with #54274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54274A; }
p { color: rgb(84,39,74); }
H1.HeaderClassName
{
color: #54274A;
}
.AnyTagClassName
{
color: #54274A;
}
</style>
background-color css
<style>
a { background-color: #54274A; }
a { background-color: rgb(84,39,74); }
div.DivClassName
{
background-color: #54274A;
}
.BgClassName
{
background-color: #54274A;
}
</style>
border-color css
<style>
span { border-color: #54274A; }
span { border-color: rgb(84,39,74); }
td.TdClassName
{
border-color: #54274A;
}
.TagClassName
{
border-color: #54274A;
}
</style>