Shades of Pompadour #731E54
Tints of Pompadour #731E54
RGB
CMYK
RGB Variations
Color information
#731E54 (or 0x731E54) is known color: Pompadour. HEX triplet: 73, 1E and 54. RGB value is (115,30,84). Sum of RGB (Red+Green+Blue) = 115+30+84=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #731E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E54 is #8CE1AB. Grayscale: #3D3D3D. Windows color (decimal): -9232812 or 5512819. OLE color: 5512819.
HSL color Cylindrical-coordinate representation of color #731E54: hue angle of 321.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 #731E54 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 84 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.55 |
| HSL | 321.88º | 0.59% | 0.28% | - |
| HSV(B) | 321.88º | 0.74% | 0.45% | - |
| XYZ | 9.13 | 5.21 | 8.91 | - |
| YUV | 61.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 84 | 0 | 0.74 | 0.27 | 0.55 | 321.88 | 0.59 | 0.28 |
| Hex | 73 | 1E | 54 | 0 | 4A | 1B | 37 | 142 | 3B | 1C |
| Octal | 163 | 36 | 124 | 0 | 112 | 33 | 67 | 502 | 73 | 34 |
| Binary | 1110011 | 11110 | 1010100 | 0 | 1001010 | 11011 | 110111 | 101000010 | 111011 | 11100 |
Color Harmonies of #731E54
Complementary color
Monochromatic Colors of #731E54
Black with #731E54
Text Example
Text Example
White with #731E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E54; }
p { color: rgb(115,30,84); }
H1.HeaderClassName
{
color: #731E54;
}
.AnyTagClassName
{
color: #731E54;
}
</style>
background-color css
<style>
a { background-color: #731E54; }
a { background-color: rgb(115,30,84); }
div.DivClassName
{
background-color: #731E54;
}
.BgClassName
{
background-color: #731E54;
}
</style>
border-color css
<style>
span { border-color: #731E54; }
span { border-color: rgb(115,30,84); }
td.TdClassName
{
border-color: #731E54;
}
.TagClassName
{
border-color: #731E54;
}
</style>