Shades of Loulou #55124A
Tints of Loulou #55124A
RGB
CMYK
RGB Variations
Color information
#55124A (or 0x55124A) is known color: Loulou. HEX triplet: 55, 12 and 4A. RGB value is (85,18,74). Sum of RGB (Red+Green+Blue) = 85+18+74=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #55124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55124A is #AAEDB5. Grayscale: #2C2C2C. Windows color (decimal): -11201974 or 4854357. OLE color: 4854357.
HSL color Cylindrical-coordinate representation of color #55124A: hue angle of 309.85º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55124A is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 74 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.67 |
| HSL | 309.85º | 0.65% | 0.2% | - |
| HSV(B) | 309.85º | 0.79% | 0.33% | - |
| XYZ | 5.2 | 2.86 | 6.76 | - |
| YUV | 44.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 74 | 0 | 0.79 | 0.13 | 0.67 | 309.85 | 0.65 | 0.2 |
| Hex | 55 | 12 | 4A | 0 | 4F | D | 43 | 136 | 41 | 14 |
| Octal | 125 | 22 | 112 | 0 | 117 | 15 | 103 | 466 | 101 | 24 |
| Binary | 1010101 | 10010 | 1001010 | 0 | 1001111 | 1101 | 1000011 | 100110110 | 1000001 | 10100 |
Color Harmonies of #55124A
Complementary color
Monochromatic Colors of #55124A
Black with #55124A
Text Example
Text Example
White with #55124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55124A; }
p { color: rgb(85,18,74); }
H1.HeaderClassName
{
color: #55124A;
}
.AnyTagClassName
{
color: #55124A;
}
</style>
background-color css
<style>
a { background-color: #55124A; }
a { background-color: rgb(85,18,74); }
div.DivClassName
{
background-color: #55124A;
}
.BgClassName
{
background-color: #55124A;
}
</style>
border-color css
<style>
span { border-color: #55124A; }
span { border-color: rgb(85,18,74); }
td.TdClassName
{
border-color: #55124A;
}
.TagClassName
{
border-color: #55124A;
}
</style>