Shades of Pompadour #731E4D
Tints of Pompadour #731E4D
RGB
CMYK
RGB Variations
Color information
#731E4D (or 0x731E4D) is known color: Pompadour. HEX triplet: 73, 1E and 4D. RGB value is (115,30,77). Sum of RGB (Red+Green+Blue) = 115+30+77=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #731E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E4D is #8CE1B2. Grayscale: #3C3C3C. Windows color (decimal): -9232819 or 5054067. OLE color: 5054067.
HSL color Cylindrical-coordinate representation of color #731E4D: hue angle of 326.82º 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 #731E4D is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 77 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.55 |
| HSL | 326.82º | 0.59% | 0.28% | - |
| HSV(B) | 326.82º | 0.74% | 0.45% | - |
| XYZ | 8.87 | 5.11 | 7.54 | - |
| YUV | 60.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 77 | 0 | 0.74 | 0.33 | 0.55 | 326.82 | 0.59 | 0.28 |
| Hex | 73 | 1E | 4D | 0 | 4A | 21 | 37 | 147 | 3B | 1C |
| Octal | 163 | 36 | 115 | 0 | 112 | 41 | 67 | 507 | 73 | 34 |
| Binary | 1110011 | 11110 | 1001101 | 0 | 1001010 | 100001 | 110111 | 101000111 | 111011 | 11100 |
Color Harmonies of #731E4D
Complementary color
Monochromatic Colors of #731E4D
Black with #731E4D
Text Example
Text Example
White with #731E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E4D; }
p { color: rgb(115,30,77); }
H1.HeaderClassName
{
color: #731E4D;
}
.AnyTagClassName
{
color: #731E4D;
}
</style>
background-color css
<style>
a { background-color: #731E4D; }
a { background-color: rgb(115,30,77); }
div.DivClassName
{
background-color: #731E4D;
}
.BgClassName
{
background-color: #731E4D;
}
</style>
border-color css
<style>
span { border-color: #731E4D; }
span { border-color: rgb(115,30,77); }
td.TdClassName
{
border-color: #731E4D;
}
.TagClassName
{
border-color: #731E4D;
}
</style>