Shades of Loulou #55144B
Tints of Loulou #55144B
RGB
CMYK
RGB Variations
Color information
#55144B (or 0x55144B) is known color: Loulou. HEX triplet: 55, 14 and 4B. RGB value is (85,20,75). Sum of RGB (Red+Green+Blue) = 85+20+75=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55144B is #AAEBB4. Grayscale: #2D2D2D. Windows color (decimal): -11201461 or 4920405. OLE color: 4920405.
HSL color Cylindrical-coordinate representation of color #55144B: hue angle of 309.23º 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 #55144B is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 75 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.67 |
| HSL | 309.23º | 0.62% | 0.21% | - |
| HSV(B) | 309.23º | 0.76% | 0.33% | - |
| XYZ | 5.27 | 2.94 | 6.95 | - |
| YUV | 45.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 75 | 0 | 0.76 | 0.12 | 0.67 | 309.23 | 0.62 | 0.21 |
| Hex | 55 | 14 | 4B | 0 | 4C | C | 43 | 135 | 3E | 15 |
| Octal | 125 | 24 | 113 | 0 | 114 | 14 | 103 | 465 | 76 | 25 |
| Binary | 1010101 | 10100 | 1001011 | 0 | 1001100 | 1100 | 1000011 | 100110101 | 111110 | 10101 |
Color Harmonies of #55144B
Complementary color
Monochromatic Colors of #55144B
Black with #55144B
Text Example
Text Example
White with #55144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55144B; }
p { color: rgb(85,20,75); }
H1.HeaderClassName
{
color: #55144B;
}
.AnyTagClassName
{
color: #55144B;
}
</style>
background-color css
<style>
a { background-color: #55144B; }
a { background-color: rgb(85,20,75); }
div.DivClassName
{
background-color: #55144B;
}
.BgClassName
{
background-color: #55144B;
}
</style>
border-color css
<style>
span { border-color: #55144B; }
span { border-color: rgb(85,20,75); }
td.TdClassName
{
border-color: #55144B;
}
.TagClassName
{
border-color: #55144B;
}
</style>