Shades of Pompadour #850D46
Tints of Pompadour #850D46
RGB
CMYK
RGB Variations
Color information
#850D46 (or 0x850D46) is known color: Pompadour. HEX triplet: 85, 0D and 46. RGB value is (133,13,70). Sum of RGB (Red+Green+Blue) = 133+13+70=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #850D46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D46 is #7AF2B9. Grayscale: #373737. Windows color (decimal): -8057530 or 4590981. OLE color: 4590981.
HSL color Cylindrical-coordinate representation of color #850D46: hue angle of 331.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D46 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 70 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.48 |
| HSL | 331.5º | 0.82% | 0.29% | - |
| HSV(B) | 331.5º | 0.9% | 0.52% | - |
| XYZ | 10.92 | 5.72 | 6.32 | - |
| YUV | 55.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 70 | 0 | 0.90 | 0.47 | 0.48 | 331.5 | 0.82 | 0.29 |
| Hex | 85 | D | 46 | 0 | 5A | 2F | 30 | 14C | 52 | 1D |
| Octal | 205 | 15 | 106 | 0 | 132 | 57 | 60 | 514 | 122 | 35 |
| Binary | 10000101 | 1101 | 1000110 | 0 | 1011010 | 101111 | 110000 | 101001100 | 1010010 | 11101 |
Color Harmonies of #850D46
Complementary color
Monochromatic Colors of #850D46
Black with #850D46
Text Example
Text Example
White with #850D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D46; }
p { color: rgb(133,13,70); }
H1.HeaderClassName
{
color: #850D46;
}
.AnyTagClassName
{
color: #850D46;
}
</style>
background-color css
<style>
a { background-color: #850D46; }
a { background-color: rgb(133,13,70); }
div.DivClassName
{
background-color: #850D46;
}
.BgClassName
{
background-color: #850D46;
}
</style>
border-color css
<style>
span { border-color: #850D46; }
span { border-color: rgb(133,13,70); }
td.TdClassName
{
border-color: #850D46;
}
.TagClassName
{
border-color: #850D46;
}
</style>