Shades of Pompadour #730F55
Tints of Pompadour #730F55
RGB
CMYK
RGB Variations
Color information
#730F55 (or 0x730F55) is known color: Pompadour. HEX triplet: 73, 0F and 55. RGB value is (115,15,85). Sum of RGB (Red+Green+Blue) = 115+15+85=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #730F55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730F55 is #8CF0AA. Grayscale: #343434. Windows color (decimal): -9236651 or 5574515. OLE color: 5574515.
HSL color Cylindrical-coordinate representation of color #730F55: hue angle of 318º 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 #730F55 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 85 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.55 |
| HSL | 318º | 0.77% | 0.25% | - |
| HSV(B) | 318º | 0.87% | 0.45% | - |
| XYZ | 8.88 | 4.64 | 9.02 | - |
| YUV | 52.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 85 | 0 | 0.87 | 0.26 | 0.55 | 318 | 0.77 | 0.25 |
| Hex | 73 | F | 55 | 0 | 57 | 1A | 37 | 13E | 4D | 19 |
| Octal | 163 | 17 | 125 | 0 | 127 | 32 | 67 | 476 | 115 | 31 |
| Binary | 1110011 | 1111 | 1010101 | 0 | 1010111 | 11010 | 110111 | 100111110 | 1001101 | 11001 |
Color Harmonies of #730F55
Complementary color
Monochromatic Colors of #730F55
Black with #730F55
Text Example
Text Example
White with #730F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F55; }
p { color: rgb(115,15,85); }
H1.HeaderClassName
{
color: #730F55;
}
.AnyTagClassName
{
color: #730F55;
}
</style>
background-color css
<style>
a { background-color: #730F55; }
a { background-color: rgb(115,15,85); }
div.DivClassName
{
background-color: #730F55;
}
.BgClassName
{
background-color: #730F55;
}
</style>
border-color css
<style>
span { border-color: #730F55; }
span { border-color: rgb(115,15,85); }
td.TdClassName
{
border-color: #730F55;
}
.TagClassName
{
border-color: #730F55;
}
</style>