Shades of Pompadour #731F45
Tints of Pompadour #731F45
RGB
CMYK
RGB Variations
Color information
#731F45 (or 0x731F45) is known color: Pompadour. HEX triplet: 73, 1F and 45. RGB value is (115,31,69). Sum of RGB (Red+Green+Blue) = 115+31+69=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #731F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F45 is #8CE0BA. Grayscale: #3C3C3C. Windows color (decimal): -9232571 or 4530035. OLE color: 4530035.
HSL color Cylindrical-coordinate representation of color #731F45: hue angle of 332.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F45 is Cyan = 0, Magento = 0.73, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 31 | 69 | - |
| CMYK | 0 | 0.73 | 0.4 | 0.55 |
| HSL | 332.86º | 0.58% | 0.29% | - |
| HSV(B) | 332.86º | 0.73% | 0.45% | - |
| XYZ | 8.63 | 5.05 | 6.15 | - |
| YUV | 60.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 69 | 0 | 0.73 | 0.4 | 0.55 | 332.86 | 0.58 | 0.29 |
| Hex | 73 | 1F | 45 | 0 | 49 | 28 | 37 | 14D | 3A | 1D |
| Octal | 163 | 37 | 105 | 0 | 111 | 50 | 67 | 515 | 72 | 35 |
| Binary | 1110011 | 11111 | 1000101 | 0 | 1001001 | 101000 | 110111 | 101001101 | 111010 | 11101 |
Color Harmonies of #731F45
Complementary color
Monochromatic Colors of #731F45
Black with #731F45
Text Example
Text Example
White with #731F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731F45; }
p { color: rgb(115,31,69); }
H1.HeaderClassName
{
color: #731F45;
}
.AnyTagClassName
{
color: #731F45;
}
</style>
background-color css
<style>
a { background-color: #731F45; }
a { background-color: rgb(115,31,69); }
div.DivClassName
{
background-color: #731F45;
}
.BgClassName
{
background-color: #731F45;
}
</style>
border-color css
<style>
span { border-color: #731F45; }
span { border-color: rgb(115,31,69); }
td.TdClassName
{
border-color: #731F45;
}
.TagClassName
{
border-color: #731F45;
}
</style>