Shades of Pompadour #850A45
Tints of Pompadour #850A45
RGB
CMYK
RGB Variations
Color information
#850A45 (or 0x850A45) is known color: Pompadour. HEX triplet: 85, 0A and 45. RGB value is (133,10,69). Sum of RGB (Red+Green+Blue) = 133+10+69=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #850A45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A45 is #7AF5BA. Grayscale: #353535. Windows color (decimal): -8058299 or 4524677. OLE color: 4524677.
HSL color Cylindrical-coordinate representation of color #850A45: hue angle of 331.22º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A45 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 69 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.48 |
| HSL | 331.22º | 0.86% | 0.28% | - |
| HSV(B) | 331.22º | 0.92% | 0.52% | - |
| XYZ | 10.86 | 5.63 | 6.15 | - |
| YUV | 53.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 69 | 0 | 0.92 | 0.48 | 0.48 | 331.22 | 0.86 | 0.28 |
| Hex | 85 | A | 45 | 0 | 5C | 30 | 30 | 14B | 56 | 1C |
| Octal | 205 | 12 | 105 | 0 | 134 | 60 | 60 | 513 | 126 | 34 |
| Binary | 10000101 | 1010 | 1000101 | 0 | 1011100 | 110000 | 110000 | 101001011 | 1010110 | 11100 |
Color Harmonies of #850A45
Complementary color
Monochromatic Colors of #850A45
Black with #850A45
Text Example
Text Example
White with #850A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A45; }
p { color: rgb(133,10,69); }
H1.HeaderClassName
{
color: #850A45;
}
.AnyTagClassName
{
color: #850A45;
}
</style>
background-color css
<style>
a { background-color: #850A45; }
a { background-color: rgb(133,10,69); }
div.DivClassName
{
background-color: #850A45;
}
.BgClassName
{
background-color: #850A45;
}
</style>
border-color css
<style>
span { border-color: #850A45; }
span { border-color: rgb(133,10,69); }
td.TdClassName
{
border-color: #850A45;
}
.TagClassName
{
border-color: #850A45;
}
</style>