Shades of Loulou #551F43
Tints of Loulou #551F43
RGB
CMYK
RGB Variations
Color information
#551F43 (or 0x551F43) is known color: Loulou. HEX triplet: 55, 1F and 43. RGB value is (85,31,67). Sum of RGB (Red+Green+Blue) = 85+31+67=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #551F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F43 is #AAE0BC. Grayscale: #333333. Windows color (decimal): -11198653 or 4398933. OLE color: 4398933.
HSL color Cylindrical-coordinate representation of color #551F43: hue angle of 320º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #551F43 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 31 | 67 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.67 |
| HSL | 320º | 0.47% | 0.23% | - |
| HSV(B) | 320º | 0.64% | 0.33% | - |
| XYZ | 5.25 | 3.32 | 5.67 | - |
| YUV | 51.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 67 | 0 | 0.64 | 0.21 | 0.67 | 320 | 0.47 | 0.23 |
| Hex | 55 | 1F | 43 | 0 | 40 | 15 | 43 | 140 | 2F | 17 |
| Octal | 125 | 37 | 103 | 0 | 100 | 25 | 103 | 500 | 57 | 27 |
| Binary | 1010101 | 11111 | 1000011 | 0 | 1000000 | 10101 | 1000011 | 101000000 | 101111 | 10111 |
Color Harmonies of #551F43
Complementary color
Monochromatic Colors of #551F43
Black with #551F43
Text Example
Text Example
White with #551F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551F43; }
p { color: rgb(85,31,67); }
H1.HeaderClassName
{
color: #551F43;
}
.AnyTagClassName
{
color: #551F43;
}
</style>
background-color css
<style>
a { background-color: #551F43; }
a { background-color: rgb(85,31,67); }
div.DivClassName
{
background-color: #551F43;
}
.BgClassName
{
background-color: #551F43;
}
</style>
border-color css
<style>
span { border-color: #551F43; }
span { border-color: rgb(85,31,67); }
td.TdClassName
{
border-color: #551F43;
}
.TagClassName
{
border-color: #551F43;
}
</style>