Shades of Pompadour #730D53
Tints of Pompadour #730D53
RGB
CMYK
RGB Variations
Color information
#730D53 (or 0x730D53) is known color: Pompadour. HEX triplet: 73, 0D and 53. RGB value is (115,13,83). Sum of RGB (Red+Green+Blue) = 115+13+83=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #730D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D53 is #8CF2AC. Grayscale: #333333. Windows color (decimal): -9237165 or 5442931. OLE color: 5442931.
HSL color Cylindrical-coordinate representation of color #730D53: hue angle of 318.82º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D53 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 83 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.55 |
| HSL | 318.82º | 0.8% | 0.25% | - |
| HSV(B) | 318.82º | 0.89% | 0.45% | - |
| XYZ | 8.78 | 4.56 | 8.6 | - |
| YUV | 51.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 83 | 0 | 0.89 | 0.28 | 0.55 | 318.82 | 0.8 | 0.25 |
| Hex | 73 | D | 53 | 0 | 59 | 1C | 37 | 13F | 50 | 19 |
| Octal | 163 | 15 | 123 | 0 | 131 | 34 | 67 | 477 | 120 | 31 |
| Binary | 1110011 | 1101 | 1010011 | 0 | 1011001 | 11100 | 110111 | 100111111 | 1010000 | 11001 |
Color Harmonies of #730D53
Complementary color
Monochromatic Colors of #730D53
Black with #730D53
Text Example
Text Example
White with #730D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D53; }
p { color: rgb(115,13,83); }
H1.HeaderClassName
{
color: #730D53;
}
.AnyTagClassName
{
color: #730D53;
}
</style>
background-color css
<style>
a { background-color: #730D53; }
a { background-color: rgb(115,13,83); }
div.DivClassName
{
background-color: #730D53;
}
.BgClassName
{
background-color: #730D53;
}
</style>
border-color css
<style>
span { border-color: #730D53; }
span { border-color: rgb(115,13,83); }
td.TdClassName
{
border-color: #730D53;
}
.TagClassName
{
border-color: #730D53;
}
</style>