Shades of Pompadour #730F46
Tints of Pompadour #730F46
RGB
CMYK
RGB Variations
Color information
#730F46 (or 0x730F46) is known color: Pompadour. HEX triplet: 73, 0F and 46. RGB value is (115,15,70). Sum of RGB (Red+Green+Blue) = 115+15+70=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #730F46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F46 is #8CF0B9. Grayscale: #333333. Windows color (decimal): -9236666 or 4591475. OLE color: 4591475.
HSL color Cylindrical-coordinate representation of color #730F46: hue angle of 327º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #730F46 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 70 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.55 |
| HSL | 327º | 0.77% | 0.25% | - |
| HSV(B) | 327º | 0.87% | 0.45% | - |
| XYZ | 8.35 | 4.43 | 6.21 | - |
| YUV | 51.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 70 | 0 | 0.87 | 0.39 | 0.55 | 327 | 0.77 | 0.25 |
| Hex | 73 | F | 46 | 0 | 57 | 27 | 37 | 147 | 4D | 19 |
| Octal | 163 | 17 | 106 | 0 | 127 | 47 | 67 | 507 | 115 | 31 |
| Binary | 1110011 | 1111 | 1000110 | 0 | 1010111 | 100111 | 110111 | 101000111 | 1001101 | 11001 |
Color Harmonies of #730F46
Complementary color
Monochromatic Colors of #730F46
Black with #730F46
Text Example
Text Example
White with #730F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F46; }
p { color: rgb(115,15,70); }
H1.HeaderClassName
{
color: #730F46;
}
.AnyTagClassName
{
color: #730F46;
}
</style>
background-color css
<style>
a { background-color: #730F46; }
a { background-color: rgb(115,15,70); }
div.DivClassName
{
background-color: #730F46;
}
.BgClassName
{
background-color: #730F46;
}
</style>
border-color css
<style>
span { border-color: #730F46; }
span { border-color: rgb(115,15,70); }
td.TdClassName
{
border-color: #730F46;
}
.TagClassName
{
border-color: #730F46;
}
</style>