Shades of Loulou #55344A
Tints of Loulou #55344A
RGB
CMYK
RGB Variations
Color information
#55344A (or 0x55344A) is known color: Loulou. HEX triplet: 55, 34 and 4A. RGB value is (85,52,74). Sum of RGB (Red+Green+Blue) = 85+52+74=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55344A is #AACBB5. Grayscale: #404040. Windows color (decimal): -11193270 or 4863061. OLE color: 4863061.
HSL color Cylindrical-coordinate representation of color #55344A: hue angle of 320º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55344A is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 52 | 74 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.67 |
| HSL | 320º | 0.24% | 0.27% | - |
| HSV(B) | 320º | 0.39% | 0.33% | - |
| XYZ | 6.21 | 4.88 | 7.09 | - |
| YUV | 64.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 74 | 0 | 0.39 | 0.13 | 0.67 | 320 | 0.24 | 0.27 |
| Hex | 55 | 34 | 4A | 0 | 27 | D | 43 | 140 | 18 | 1B |
| Octal | 125 | 64 | 112 | 0 | 47 | 15 | 103 | 500 | 30 | 33 |
| Binary | 1010101 | 110100 | 1001010 | 0 | 100111 | 1101 | 1000011 | 101000000 | 11000 | 11011 |
Color Harmonies of #55344A
Complementary color
Monochromatic Colors of #55344A
Black with #55344A
Text Example
Text Example
White with #55344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55344A; }
p { color: rgb(85,52,74); }
H1.HeaderClassName
{
color: #55344A;
}
.AnyTagClassName
{
color: #55344A;
}
</style>
background-color css
<style>
a { background-color: #55344A; }
a { background-color: rgb(85,52,74); }
div.DivClassName
{
background-color: #55344A;
}
.BgClassName
{
background-color: #55344A;
}
</style>
border-color css
<style>
span { border-color: #55344A; }
span { border-color: rgb(85,52,74); }
td.TdClassName
{
border-color: #55344A;
}
.TagClassName
{
border-color: #55344A;
}
</style>