Shades of Pompadour #851143
Tints of Pompadour #851143
RGB
CMYK
RGB Variations
Color information
#851143 (or 0x851143) is known color: Pompadour. HEX triplet: 85, 11 and 43. RGB value is (133,17,67). Sum of RGB (Red+Green+Blue) = 133+17+67=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #851143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851143 is #7AEEBC. Grayscale: #393939. Windows color (decimal): -8056509 or 4395397. OLE color: 4395397.
HSL color Cylindrical-coordinate representation of color #851143: hue angle of 334.14º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851143 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 67 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.48 |
| HSL | 334.14º | 0.77% | 0.29% | - |
| HSV(B) | 334.14º | 0.87% | 0.52% | - |
| XYZ | 10.89 | 5.79 | 5.85 | - |
| YUV | 57.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 67 | 0 | 0.87 | 0.50 | 0.48 | 334.14 | 0.77 | 0.29 |
| Hex | 85 | 11 | 43 | 0 | 57 | 32 | 30 | 14E | 4D | 1D |
| Octal | 205 | 21 | 103 | 0 | 127 | 62 | 60 | 516 | 115 | 35 |
| Binary | 10000101 | 10001 | 1000011 | 0 | 1010111 | 110010 | 110000 | 101001110 | 1001101 | 11101 |
Color Harmonies of #851143
Complementary color
Monochromatic Colors of #851143
Black with #851143
Text Example
Text Example
White with #851143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851143; }
p { color: rgb(133,17,67); }
H1.HeaderClassName
{
color: #851143;
}
.AnyTagClassName
{
color: #851143;
}
</style>
background-color css
<style>
a { background-color: #851143; }
a { background-color: rgb(133,17,67); }
div.DivClassName
{
background-color: #851143;
}
.BgClassName
{
background-color: #851143;
}
</style>
border-color css
<style>
span { border-color: #851143; }
span { border-color: rgb(133,17,67); }
td.TdClassName
{
border-color: #851143;
}
.TagClassName
{
border-color: #851143;
}
</style>