Shades of Pompadour #730E43
Tints of Pompadour #730E43
RGB
CMYK
RGB Variations
Color information
#730E43 (or 0x730E43) is known color: Pompadour. HEX triplet: 73, 0E and 43. RGB value is (115,14,67). Sum of RGB (Red+Green+Blue) = 115+14+67=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #730E43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E43 is #8CF1BC. Grayscale: #323232. Windows color (decimal): -9236925 or 4394611. OLE color: 4394611.
HSL color Cylindrical-coordinate representation of color #730E43: hue angle of 328.51º 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 #730E43 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 14 | 67 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.55 |
| HSL | 328.51º | 0.78% | 0.25% | - |
| HSV(B) | 328.51º | 0.88% | 0.45% | - |
| XYZ | 8.24 | 4.36 | 5.72 | - |
| YUV | 50.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 67 | 0 | 0.88 | 0.42 | 0.55 | 328.51 | 0.78 | 0.25 |
| Hex | 73 | E | 43 | 0 | 58 | 2A | 37 | 149 | 4E | 19 |
| Octal | 163 | 16 | 103 | 0 | 130 | 52 | 67 | 511 | 116 | 31 |
| Binary | 1110011 | 1110 | 1000011 | 0 | 1011000 | 101010 | 110111 | 101001001 | 1001110 | 11001 |
Color Harmonies of #730E43
Complementary color
Monochromatic Colors of #730E43
Black with #730E43
Text Example
Text Example
White with #730E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E43; }
p { color: rgb(115,14,67); }
H1.HeaderClassName
{
color: #730E43;
}
.AnyTagClassName
{
color: #730E43;
}
</style>
background-color css
<style>
a { background-color: #730E43; }
a { background-color: rgb(115,14,67); }
div.DivClassName
{
background-color: #730E43;
}
.BgClassName
{
background-color: #730E43;
}
</style>
border-color css
<style>
span { border-color: #730E43; }
span { border-color: rgb(115,14,67); }
td.TdClassName
{
border-color: #730E43;
}
.TagClassName
{
border-color: #730E43;
}
</style>