Shades of Loulou #552143
Tints of Loulou #552143
RGB
CMYK
RGB Variations
Color information
#552143 (or 0x552143) is known color: Loulou. HEX triplet: 55, 21 and 43. RGB value is (85,33,67). Sum of RGB (Red+Green+Blue) = 85+33+67=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #552143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552143 is #AADEBC. Grayscale: #343434. Windows color (decimal): -11198141 or 4399445. OLE color: 4399445.
HSL color Cylindrical-coordinate representation of color #552143: hue angle of 320.77º 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 #552143 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 67 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.67 |
| HSL | 320.77º | 0.44% | 0.23% | - |
| HSV(B) | 320.77º | 0.61% | 0.33% | - |
| XYZ | 5.3 | 3.42 | 5.69 | - |
| YUV | 52.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 67 | 0 | 0.61 | 0.21 | 0.67 | 320.77 | 0.44 | 0.23 |
| Hex | 55 | 21 | 43 | 0 | 3D | 15 | 43 | 141 | 2C | 17 |
| Octal | 125 | 41 | 103 | 0 | 75 | 25 | 103 | 501 | 54 | 27 |
| Binary | 1010101 | 100001 | 1000011 | 0 | 111101 | 10101 | 1000011 | 101000001 | 101100 | 10111 |
Color Harmonies of #552143
Complementary color
Monochromatic Colors of #552143
Black with #552143
Text Example
Text Example
White with #552143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552143; }
p { color: rgb(85,33,67); }
H1.HeaderClassName
{
color: #552143;
}
.AnyTagClassName
{
color: #552143;
}
</style>
background-color css
<style>
a { background-color: #552143; }
a { background-color: rgb(85,33,67); }
div.DivClassName
{
background-color: #552143;
}
.BgClassName
{
background-color: #552143;
}
</style>
border-color css
<style>
span { border-color: #552143; }
span { border-color: rgb(85,33,67); }
td.TdClassName
{
border-color: #552143;
}
.TagClassName
{
border-color: #552143;
}
</style>