Shades of Loulou #55214B
Tints of Loulou #55214B
RGB
CMYK
RGB Variations
Color information
#55214B (or 0x55214B) is known color: Loulou. HEX triplet: 55, 21 and 4B. RGB value is (85,33,75). Sum of RGB (Red+Green+Blue) = 85+33+75=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #55214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55214B is #AADEB4. Grayscale: #353535. Windows color (decimal): -11198133 or 4923733. OLE color: 4923733.
HSL color Cylindrical-coordinate representation of color #55214B: hue angle of 311.54º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55214B is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 75 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.67 |
| HSL | 311.54º | 0.44% | 0.23% | - |
| HSV(B) | 311.54º | 0.61% | 0.33% | - |
| XYZ | 5.56 | 3.53 | 7.04 | - |
| YUV | 53.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 75 | 0 | 0.61 | 0.12 | 0.67 | 311.54 | 0.44 | 0.23 |
| Hex | 55 | 21 | 4B | 0 | 3D | C | 43 | 138 | 2C | 17 |
| Octal | 125 | 41 | 113 | 0 | 75 | 14 | 103 | 470 | 54 | 27 |
| Binary | 1010101 | 100001 | 1001011 | 0 | 111101 | 1100 | 1000011 | 100111000 | 101100 | 10111 |
Color Harmonies of #55214B
Complementary color
Monochromatic Colors of #55214B
Black with #55214B
Text Example
Text Example
White with #55214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55214B; }
p { color: rgb(85,33,75); }
H1.HeaderClassName
{
color: #55214B;
}
.AnyTagClassName
{
color: #55214B;
}
</style>
background-color css
<style>
a { background-color: #55214B; }
a { background-color: rgb(85,33,75); }
div.DivClassName
{
background-color: #55214B;
}
.BgClassName
{
background-color: #55214B;
}
</style>
border-color css
<style>
span { border-color: #55214B; }
span { border-color: rgb(85,33,75); }
td.TdClassName
{
border-color: #55214B;
}
.TagClassName
{
border-color: #55214B;
}
</style>