Shades of Pompadour #731C46
Tints of Pompadour #731C46
RGB
CMYK
RGB Variations
Color information
#731C46 (or 0x731C46) is known color: Pompadour. HEX triplet: 73, 1C and 46. RGB value is (115,28,70). Sum of RGB (Red+Green+Blue) = 115+28+70=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #731C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C46 is #8CE3B9. Grayscale: #3A3A3A. Windows color (decimal): -9233338 or 4594803. OLE color: 4594803.
HSL color Cylindrical-coordinate representation of color #731C46: hue angle of 331.03º 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 #731C46 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 70 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.55 |
| HSL | 331.03º | 0.61% | 0.28% | - |
| HSV(B) | 331.03º | 0.76% | 0.45% | - |
| XYZ | 8.59 | 4.92 | 6.29 | - |
| YUV | 58.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 70 | 0 | 0.76 | 0.39 | 0.55 | 331.03 | 0.61 | 0.28 |
| Hex | 73 | 1C | 46 | 0 | 4C | 27 | 37 | 14B | 3D | 1C |
| Octal | 163 | 34 | 106 | 0 | 114 | 47 | 67 | 513 | 75 | 34 |
| Binary | 1110011 | 11100 | 1000110 | 0 | 1001100 | 100111 | 110111 | 101001011 | 111101 | 11100 |
Color Harmonies of #731C46
Complementary color
Monochromatic Colors of #731C46
Black with #731C46
Text Example
Text Example
White with #731C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C46; }
p { color: rgb(115,28,70); }
H1.HeaderClassName
{
color: #731C46;
}
.AnyTagClassName
{
color: #731C46;
}
</style>
background-color css
<style>
a { background-color: #731C46; }
a { background-color: rgb(115,28,70); }
div.DivClassName
{
background-color: #731C46;
}
.BgClassName
{
background-color: #731C46;
}
</style>
border-color css
<style>
span { border-color: #731C46; }
span { border-color: rgb(115,28,70); }
td.TdClassName
{
border-color: #731C46;
}
.TagClassName
{
border-color: #731C46;
}
</style>