Shades of Pompadour #730F43
Tints of Pompadour #730F43
RGB
CMYK
RGB Variations
Color information
#730F43 (or 0x730F43) is known color: Pompadour. HEX triplet: 73, 0F and 43. RGB value is (115,15,67). Sum of RGB (Red+Green+Blue) = 115+15+67=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #730F43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F43 is #8CF0BC. Grayscale: #323232. Windows color (decimal): -9236669 or 4394867. OLE color: 4394867.
HSL color Cylindrical-coordinate representation of color #730F43: hue angle of 328.8º 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 #730F43 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 67 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.55 |
| HSL | 328.8º | 0.77% | 0.25% | - |
| HSV(B) | 328.8º | 0.87% | 0.45% | - |
| XYZ | 8.25 | 4.39 | 5.72 | - |
| YUV | 50.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 67 | 0 | 0.87 | 0.42 | 0.55 | 328.8 | 0.77 | 0.25 |
| Hex | 73 | F | 43 | 0 | 57 | 2A | 37 | 149 | 4D | 19 |
| Octal | 163 | 17 | 103 | 0 | 127 | 52 | 67 | 511 | 115 | 31 |
| Binary | 1110011 | 1111 | 1000011 | 0 | 1010111 | 101010 | 110111 | 101001001 | 1001101 | 11001 |
Color Harmonies of #730F43
Complementary color
Monochromatic Colors of #730F43
Black with #730F43
Text Example
Text Example
White with #730F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F43; }
p { color: rgb(115,15,67); }
H1.HeaderClassName
{
color: #730F43;
}
.AnyTagClassName
{
color: #730F43;
}
</style>
background-color css
<style>
a { background-color: #730F43; }
a { background-color: rgb(115,15,67); }
div.DivClassName
{
background-color: #730F43;
}
.BgClassName
{
background-color: #730F43;
}
</style>
border-color css
<style>
span { border-color: #730F43; }
span { border-color: rgb(115,15,67); }
td.TdClassName
{
border-color: #730F43;
}
.TagClassName
{
border-color: #730F43;
}
</style>