Shades of Pompadour #731C49
Tints of Pompadour #731C49
RGB
CMYK
RGB Variations
Color information
#731C49 (or 0x731C49) is known color: Pompadour. HEX triplet: 73, 1C and 49. RGB value is (115,28,73). Sum of RGB (Red+Green+Blue) = 115+28+73=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #731C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C49 is #8CE3B6. Grayscale: #3B3B3B. Windows color (decimal): -9233335 or 4791411. OLE color: 4791411.
HSL color Cylindrical-coordinate representation of color #731C49: hue angle of 328.97º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C49 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 73 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.55 |
| HSL | 328.97º | 0.61% | 0.28% | - |
| HSV(B) | 328.97º | 0.76% | 0.45% | - |
| XYZ | 8.69 | 4.96 | 6.8 | - |
| YUV | 59.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 73 | 0 | 0.76 | 0.37 | 0.55 | 328.97 | 0.61 | 0.28 |
| Hex | 73 | 1C | 49 | 0 | 4C | 25 | 37 | 149 | 3D | 1C |
| Octal | 163 | 34 | 111 | 0 | 114 | 45 | 67 | 511 | 75 | 34 |
| Binary | 1110011 | 11100 | 1001001 | 0 | 1001100 | 100101 | 110111 | 101001001 | 111101 | 11100 |
Color Harmonies of #731C49
Complementary color
Monochromatic Colors of #731C49
Black with #731C49
Text Example
Text Example
White with #731C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C49; }
p { color: rgb(115,28,73); }
H1.HeaderClassName
{
color: #731C49;
}
.AnyTagClassName
{
color: #731C49;
}
</style>
background-color css
<style>
a { background-color: #731C49; }
a { background-color: rgb(115,28,73); }
div.DivClassName
{
background-color: #731C49;
}
.BgClassName
{
background-color: #731C49;
}
</style>
border-color css
<style>
span { border-color: #731C49; }
span { border-color: rgb(115,28,73); }
td.TdClassName
{
border-color: #731C49;
}
.TagClassName
{
border-color: #731C49;
}
</style>