Shades of Pompadour #730F47
Tints of Pompadour #730F47
RGB
CMYK
RGB Variations
Color information
#730F47 (or 0x730F47) is known color: Pompadour. HEX triplet: 73, 0F and 47. RGB value is (115,15,71). Sum of RGB (Red+Green+Blue) = 115+15+71=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #730F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F47 is #8CF0B8. Grayscale: #333333. Windows color (decimal): -9236665 or 4657011. OLE color: 4657011.
HSL color Cylindrical-coordinate representation of color #730F47: hue angle of 326.4º 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 #730F47 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 71 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.55 |
| HSL | 326.4º | 0.77% | 0.25% | - |
| HSV(B) | 326.4º | 0.87% | 0.45% | - |
| XYZ | 8.38 | 4.44 | 6.38 | - |
| YUV | 51.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 71 | 0 | 0.87 | 0.38 | 0.55 | 326.4 | 0.77 | 0.25 |
| Hex | 73 | F | 47 | 0 | 57 | 26 | 37 | 146 | 4D | 19 |
| Octal | 163 | 17 | 107 | 0 | 127 | 46 | 67 | 506 | 115 | 31 |
| Binary | 1110011 | 1111 | 1000111 | 0 | 1010111 | 100110 | 110111 | 101000110 | 1001101 | 11001 |
Color Harmonies of #730F47
Complementary color
Monochromatic Colors of #730F47
Black with #730F47
Text Example
Text Example
White with #730F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F47; }
p { color: rgb(115,15,71); }
H1.HeaderClassName
{
color: #730F47;
}
.AnyTagClassName
{
color: #730F47;
}
</style>
background-color css
<style>
a { background-color: #730F47; }
a { background-color: rgb(115,15,71); }
div.DivClassName
{
background-color: #730F47;
}
.BgClassName
{
background-color: #730F47;
}
</style>
border-color css
<style>
span { border-color: #730F47; }
span { border-color: rgb(115,15,71); }
td.TdClassName
{
border-color: #730F47;
}
.TagClassName
{
border-color: #730F47;
}
</style>