Shades of Pompadour #851144
Tints of Pompadour #851144
RGB
CMYK
RGB Variations
Color information
#851144 (or 0x851144) is known color: Pompadour. HEX triplet: 85, 11 and 44. RGB value is (133,17,68). Sum of RGB (Red+Green+Blue) = 133+17+68=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #851144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851144 is #7AEEBB. Grayscale: #393939. Windows color (decimal): -8056508 or 4460933. OLE color: 4460933.
HSL color Cylindrical-coordinate representation of color #851144: hue angle of 333.62º 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 #851144 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 68 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.48 |
| HSL | 333.62º | 0.77% | 0.29% | - |
| HSV(B) | 333.62º | 0.87% | 0.52% | - |
| XYZ | 10.92 | 5.8 | 6.01 | - |
| YUV | 57.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 68 | 0 | 0.87 | 0.49 | 0.48 | 333.62 | 0.77 | 0.29 |
| Hex | 85 | 11 | 44 | 0 | 57 | 31 | 30 | 14E | 4D | 1D |
| Octal | 205 | 21 | 104 | 0 | 127 | 61 | 60 | 516 | 115 | 35 |
| Binary | 10000101 | 10001 | 1000100 | 0 | 1010111 | 110001 | 110000 | 101001110 | 1001101 | 11101 |
Color Harmonies of #851144
Complementary color
Monochromatic Colors of #851144
Black with #851144
Text Example
Text Example
White with #851144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851144; }
p { color: rgb(133,17,68); }
H1.HeaderClassName
{
color: #851144;
}
.AnyTagClassName
{
color: #851144;
}
</style>
background-color css
<style>
a { background-color: #851144; }
a { background-color: rgb(133,17,68); }
div.DivClassName
{
background-color: #851144;
}
.BgClassName
{
background-color: #851144;
}
</style>
border-color css
<style>
span { border-color: #851144; }
span { border-color: rgb(133,17,68); }
td.TdClassName
{
border-color: #851144;
}
.TagClassName
{
border-color: #851144;
}
</style>