Shades of Pompadour #850E49
Tints of Pompadour #850E49
RGB
CMYK
RGB Variations
Color information
#850E49 (or 0x850E49) is known color: Pompadour. HEX triplet: 85, 0E and 49. RGB value is (133,14,73). Sum of RGB (Red+Green+Blue) = 133+14+73=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #850E49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850E49 is #7AF1B6. Grayscale: #383838. Windows color (decimal): -8057271 or 4787845. OLE color: 4787845.
HSL color Cylindrical-coordinate representation of color #850E49: hue angle of 330.25º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E49 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 14 | 73 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.48 |
| HSL | 330.25º | 0.81% | 0.29% | - |
| HSV(B) | 330.25º | 0.89% | 0.52% | - |
| XYZ | 11.03 | 5.78 | 6.84 | - |
| YUV | 56.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 73 | 0 | 0.89 | 0.45 | 0.48 | 330.25 | 0.81 | 0.29 |
| Hex | 85 | E | 49 | 0 | 59 | 2D | 30 | 14A | 51 | 1D |
| Octal | 205 | 16 | 111 | 0 | 131 | 55 | 60 | 512 | 121 | 35 |
| Binary | 10000101 | 1110 | 1001001 | 0 | 1011001 | 101101 | 110000 | 101001010 | 1010001 | 11101 |
Color Harmonies of #850E49
Complementary color
Monochromatic Colors of #850E49
Black with #850E49
Text Example
Text Example
White with #850E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850E49; }
p { color: rgb(133,14,73); }
H1.HeaderClassName
{
color: #850E49;
}
.AnyTagClassName
{
color: #850E49;
}
</style>
background-color css
<style>
a { background-color: #850E49; }
a { background-color: rgb(133,14,73); }
div.DivClassName
{
background-color: #850E49;
}
.BgClassName
{
background-color: #850E49;
}
</style>
border-color css
<style>
span { border-color: #850E49; }
span { border-color: rgb(133,14,73); }
td.TdClassName
{
border-color: #850E49;
}
.TagClassName
{
border-color: #850E49;
}
</style>