Shades of Loulou #55144C
Tints of Loulou #55144C
RGB
CMYK
RGB Variations
Color information
#55144C (or 0x55144C) is known color: Loulou. HEX triplet: 55, 14 and 4C. RGB value is (85,20,76). Sum of RGB (Red+Green+Blue) = 85+20+76=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55144C is #AAEBB3. Grayscale: #2D2D2D. Windows color (decimal): -11201460 or 4985941. OLE color: 4985941.
HSL color Cylindrical-coordinate representation of color #55144C: hue angle of 308.31º 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 #55144C is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 76 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.67 |
| HSL | 308.31º | 0.62% | 0.21% | - |
| HSV(B) | 308.31º | 0.76% | 0.33% | - |
| XYZ | 5.3 | 2.95 | 7.13 | - |
| YUV | 45.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 76 | 0 | 0.76 | 0.11 | 0.67 | 308.31 | 0.62 | 0.21 |
| Hex | 55 | 14 | 4C | 0 | 4C | B | 43 | 134 | 3E | 15 |
| Octal | 125 | 24 | 114 | 0 | 114 | 13 | 103 | 464 | 76 | 25 |
| Binary | 1010101 | 10100 | 1001100 | 0 | 1001100 | 1011 | 1000011 | 100110100 | 111110 | 10101 |
Color Harmonies of #55144C
Complementary color
Monochromatic Colors of #55144C
Black with #55144C
Text Example
Text Example
White with #55144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55144C; }
p { color: rgb(85,20,76); }
H1.HeaderClassName
{
color: #55144C;
}
.AnyTagClassName
{
color: #55144C;
}
</style>
background-color css
<style>
a { background-color: #55144C; }
a { background-color: rgb(85,20,76); }
div.DivClassName
{
background-color: #55144C;
}
.BgClassName
{
background-color: #55144C;
}
</style>
border-color css
<style>
span { border-color: #55144C; }
span { border-color: rgb(85,20,76); }
td.TdClassName
{
border-color: #55144C;
}
.TagClassName
{
border-color: #55144C;
}
</style>