Shades of Loulou #55144D
Tints of Loulou #55144D
RGB
CMYK
RGB Variations
Color information
#55144D (or 0x55144D) is known color: Loulou. HEX triplet: 55, 14 and 4D. RGB value is (85,20,77). Sum of RGB (Red+Green+Blue) = 85+20+77=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55144D is #AAEBB2. Grayscale: #2D2D2D. Windows color (decimal): -11201459 or 5051477. OLE color: 5051477.
HSL color Cylindrical-coordinate representation of color #55144D: hue angle of 307.38º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55144D is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 77 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.67 |
| HSL | 307.38º | 0.62% | 0.21% | - |
| HSV(B) | 307.38º | 0.76% | 0.33% | - |
| XYZ | 5.34 | 2.97 | 7.31 | - |
| YUV | 45.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 77 | 0 | 0.76 | 0.09 | 0.67 | 307.38 | 0.62 | 0.21 |
| Hex | 55 | 14 | 4D | 0 | 4C | 9 | 43 | 133 | 3E | 15 |
| Octal | 125 | 24 | 115 | 0 | 114 | 11 | 103 | 463 | 76 | 25 |
| Binary | 1010101 | 10100 | 1001101 | 0 | 1001100 | 1001 | 1000011 | 100110011 | 111110 | 10101 |
Color Harmonies of #55144D
Complementary color
Monochromatic Colors of #55144D
Black with #55144D
Text Example
Text Example
White with #55144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55144D; }
p { color: rgb(85,20,77); }
H1.HeaderClassName
{
color: #55144D;
}
.AnyTagClassName
{
color: #55144D;
}
</style>
background-color css
<style>
a { background-color: #55144D; }
a { background-color: rgb(85,20,77); }
div.DivClassName
{
background-color: #55144D;
}
.BgClassName
{
background-color: #55144D;
}
</style>
border-color css
<style>
span { border-color: #55144D; }
span { border-color: rgb(85,20,77); }
td.TdClassName
{
border-color: #55144D;
}
.TagClassName
{
border-color: #55144D;
}
</style>