Shades of Pompadour #730E45
Tints of Pompadour #730E45
RGB
CMYK
RGB Variations
Color information
#730E45 (or 0x730E45) is known color: Pompadour. HEX triplet: 73, 0E and 45. RGB value is (115,14,69). Sum of RGB (Red+Green+Blue) = 115+14+69=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #730E45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E45 is #8CF1BA. Grayscale: #323232. Windows color (decimal): -9236923 or 4525683. OLE color: 4525683.
HSL color Cylindrical-coordinate representation of color #730E45: hue angle of 327.33º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #730E45 is Cyan = 0, Magento = 0.88, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 14 | 69 | - |
| CMYK | 0 | 0.88 | 0.4 | 0.55 |
| HSL | 327.33º | 0.78% | 0.25% | - |
| HSV(B) | 327.33º | 0.88% | 0.45% | - |
| XYZ | 8.3 | 4.39 | 6.04 | - |
| YUV | 50.47 | 138.46 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 69 | 0 | 0.88 | 0.4 | 0.55 | 327.33 | 0.78 | 0.25 |
| Hex | 73 | E | 45 | 0 | 58 | 28 | 37 | 147 | 4E | 19 |
| Octal | 163 | 16 | 105 | 0 | 130 | 50 | 67 | 507 | 116 | 31 |
| Binary | 1110011 | 1110 | 1000101 | 0 | 1011000 | 101000 | 110111 | 101000111 | 1001110 | 11001 |
Color Harmonies of #730E45
Complementary color
Monochromatic Colors of #730E45
Black with #730E45
Text Example
Text Example
White with #730E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E45; }
p { color: rgb(115,14,69); }
H1.HeaderClassName
{
color: #730E45;
}
.AnyTagClassName
{
color: #730E45;
}
</style>
background-color css
<style>
a { background-color: #730E45; }
a { background-color: rgb(115,14,69); }
div.DivClassName
{
background-color: #730E45;
}
.BgClassName
{
background-color: #730E45;
}
</style>
border-color css
<style>
span { border-color: #730E45; }
span { border-color: rgb(115,14,69); }
td.TdClassName
{
border-color: #730E45;
}
.TagClassName
{
border-color: #730E45;
}
</style>