Shades of Loulou #55274B
Tints of Loulou #55274B
RGB
CMYK
RGB Variations
Color information
#55274B (or 0x55274B) is known color: Loulou. HEX triplet: 55, 27 and 4B. RGB value is (85,39,75). Sum of RGB (Red+Green+Blue) = 85+39+75=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55274B is #AAD8B4. Grayscale: #383838. Windows color (decimal): -11196597 or 4925269. OLE color: 4925269.
HSL color Cylindrical-coordinate representation of color #55274B: hue angle of 313.04º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55274B is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 39 | 75 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.67 |
| HSL | 313.04º | 0.37% | 0.24% | - |
| HSV(B) | 313.04º | 0.54% | 0.33% | - |
| XYZ | 5.74 | 3.89 | 7.1 | - |
| YUV | 56.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 75 | 0 | 0.54 | 0.12 | 0.67 | 313.04 | 0.37 | 0.24 |
| Hex | 55 | 27 | 4B | 0 | 36 | C | 43 | 139 | 25 | 18 |
| Octal | 125 | 47 | 113 | 0 | 66 | 14 | 103 | 471 | 45 | 30 |
| Binary | 1010101 | 100111 | 1001011 | 0 | 110110 | 1100 | 1000011 | 100111001 | 100101 | 11000 |
Color Harmonies of #55274B
Complementary color
Monochromatic Colors of #55274B
Black with #55274B
Text Example
Text Example
White with #55274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55274B; }
p { color: rgb(85,39,75); }
H1.HeaderClassName
{
color: #55274B;
}
.AnyTagClassName
{
color: #55274B;
}
</style>
background-color css
<style>
a { background-color: #55274B; }
a { background-color: rgb(85,39,75); }
div.DivClassName
{
background-color: #55274B;
}
.BgClassName
{
background-color: #55274B;
}
</style>
border-color css
<style>
span { border-color: #55274B; }
span { border-color: rgb(85,39,75); }
td.TdClassName
{
border-color: #55274B;
}
.TagClassName
{
border-color: #55274B;
}
</style>