Shades of Pompadour #731E43
Tints of Pompadour #731E43
RGB
CMYK
RGB Variations
Color information
#731E43 (or 0x731E43) is known color: Pompadour. HEX triplet: 73, 1E and 43. RGB value is (115,30,67). Sum of RGB (Red+Green+Blue) = 115+30+67=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #731E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E43 is #8CE1BC. Grayscale: #3B3B3B. Windows color (decimal): -9232829 or 4398707. OLE color: 4398707.
HSL color Cylindrical-coordinate representation of color #731E43: hue angle of 333.88º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #731E43 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 67 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.55 |
| HSL | 333.88º | 0.59% | 0.28% | - |
| HSV(B) | 333.88º | 0.74% | 0.45% | - |
| XYZ | 8.55 | 4.98 | 5.82 | - |
| YUV | 59.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 67 | 0 | 0.74 | 0.42 | 0.55 | 333.88 | 0.59 | 0.28 |
| Hex | 73 | 1E | 43 | 0 | 4A | 2A | 37 | 14E | 3B | 1C |
| Octal | 163 | 36 | 103 | 0 | 112 | 52 | 67 | 516 | 73 | 34 |
| Binary | 1110011 | 11110 | 1000011 | 0 | 1001010 | 101010 | 110111 | 101001110 | 111011 | 11100 |
Color Harmonies of #731E43
Complementary color
Monochromatic Colors of #731E43
Black with #731E43
Text Example
Text Example
White with #731E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E43; }
p { color: rgb(115,30,67); }
H1.HeaderClassName
{
color: #731E43;
}
.AnyTagClassName
{
color: #731E43;
}
</style>
background-color css
<style>
a { background-color: #731E43; }
a { background-color: rgb(115,30,67); }
div.DivClassName
{
background-color: #731E43;
}
.BgClassName
{
background-color: #731E43;
}
</style>
border-color css
<style>
span { border-color: #731E43; }
span { border-color: rgb(115,30,67); }
td.TdClassName
{
border-color: #731E43;
}
.TagClassName
{
border-color: #731E43;
}
</style>