Shades of Pompadour #551740
Tints of Pompadour #551740
RGB
CMYK
RGB Variations
Color information
#551740 (or 0x551740) is known color: Pompadour. HEX triplet: 55, 17 and 40. RGB value is (85,23,64). Sum of RGB (Red+Green+Blue) = 85+23+64=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #551740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551740 is #AAE8BF. Grayscale: #2E2E2E. Windows color (decimal): -11200704 or 4200277. OLE color: 4200277.
HSL color Cylindrical-coordinate representation of color #551740: hue angle of 320.32º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551740 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 64 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.67 |
| HSL | 320.32º | 0.57% | 0.21% | - |
| HSV(B) | 320.32º | 0.73% | 0.33% | - |
| XYZ | 4.98 | 2.91 | 5.15 | - |
| YUV | 46.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 64 | 0 | 0.73 | 0.25 | 0.67 | 320.32 | 0.57 | 0.21 |
| Hex | 55 | 17 | 40 | 0 | 49 | 19 | 43 | 140 | 39 | 15 |
| Octal | 125 | 27 | 100 | 0 | 111 | 31 | 103 | 500 | 71 | 25 |
| Binary | 1010101 | 10111 | 1000000 | 0 | 1001001 | 11001 | 1000011 | 101000000 | 111001 | 10101 |
Color Harmonies of #551740
Complementary color
Monochromatic Colors of #551740
Black with #551740
Text Example
Text Example
White with #551740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551740; }
p { color: rgb(85,23,64); }
H1.HeaderClassName
{
color: #551740;
}
.AnyTagClassName
{
color: #551740;
}
</style>
background-color css
<style>
a { background-color: #551740; }
a { background-color: rgb(85,23,64); }
div.DivClassName
{
background-color: #551740;
}
.BgClassName
{
background-color: #551740;
}
</style>
border-color css
<style>
span { border-color: #551740; }
span { border-color: rgb(85,23,64); }
td.TdClassName
{
border-color: #551740;
}
.TagClassName
{
border-color: #551740;
}
</style>