Shades of Loulou #55274A
Tints of Loulou #55274A
RGB
CMYK
RGB Variations
Color information
#55274A (or 0x55274A) is known color: Loulou. HEX triplet: 55, 27 and 4A. RGB value is (85,39,74). Sum of RGB (Red+Green+Blue) = 85+39+74=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55274A is #AAD8B5. Grayscale: #383838. Windows color (decimal): -11196598 or 4859733. OLE color: 4859733.
HSL color Cylindrical-coordinate representation of color #55274A: hue angle of 314.35º 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 #55274A is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 39 | 74 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.67 |
| HSL | 314.35º | 0.37% | 0.24% | - |
| HSV(B) | 314.35º | 0.54% | 0.33% | - |
| XYZ | 5.71 | 3.88 | 6.93 | - |
| YUV | 56.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 74 | 0 | 0.54 | 0.13 | 0.67 | 314.35 | 0.37 | 0.24 |
| Hex | 55 | 27 | 4A | 0 | 36 | D | 43 | 13A | 25 | 18 |
| Octal | 125 | 47 | 112 | 0 | 66 | 15 | 103 | 472 | 45 | 30 |
| Binary | 1010101 | 100111 | 1001010 | 0 | 110110 | 1101 | 1000011 | 100111010 | 100101 | 11000 |
Color Harmonies of #55274A
Complementary color
Monochromatic Colors of #55274A
Black with #55274A
Text Example
Text Example
White with #55274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55274A; }
p { color: rgb(85,39,74); }
H1.HeaderClassName
{
color: #55274A;
}
.AnyTagClassName
{
color: #55274A;
}
</style>
background-color css
<style>
a { background-color: #55274A; }
a { background-color: rgb(85,39,74); }
div.DivClassName
{
background-color: #55274A;
}
.BgClassName
{
background-color: #55274A;
}
</style>
border-color css
<style>
span { border-color: #55274A; }
span { border-color: rgb(85,39,74); }
td.TdClassName
{
border-color: #55274A;
}
.TagClassName
{
border-color: #55274A;
}
</style>