Shades of Pompadour #731D51
Tints of Pompadour #731D51
RGB
CMYK
RGB Variations
Color information
#731D51 (or 0x731D51) is known color: Pompadour. HEX triplet: 73, 1D and 51. RGB value is (115,29,81). Sum of RGB (Red+Green+Blue) = 115+29+81=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #731D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D51 is #8CE2AE. Grayscale: #3C3C3C. Windows color (decimal): -9233071 or 5315955. OLE color: 5315955.
HSL color Cylindrical-coordinate representation of color #731D51: hue angle of 323.72º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D51 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 81 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.55 |
| HSL | 323.72º | 0.6% | 0.28% | - |
| HSV(B) | 323.72º | 0.75% | 0.45% | - |
| XYZ | 8.99 | 5.12 | 8.3 | - |
| YUV | 60.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 81 | 0 | 0.75 | 0.30 | 0.55 | 323.72 | 0.6 | 0.28 |
| Hex | 73 | 1D | 51 | 0 | 4B | 1E | 37 | 144 | 3C | 1C |
| Octal | 163 | 35 | 121 | 0 | 113 | 36 | 67 | 504 | 74 | 34 |
| Binary | 1110011 | 11101 | 1010001 | 0 | 1001011 | 11110 | 110111 | 101000100 | 111100 | 11100 |
Color Harmonies of #731D51
Complementary color
Monochromatic Colors of #731D51
Black with #731D51
Text Example
Text Example
White with #731D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D51; }
p { color: rgb(115,29,81); }
H1.HeaderClassName
{
color: #731D51;
}
.AnyTagClassName
{
color: #731D51;
}
</style>
background-color css
<style>
a { background-color: #731D51; }
a { background-color: rgb(115,29,81); }
div.DivClassName
{
background-color: #731D51;
}
.BgClassName
{
background-color: #731D51;
}
</style>
border-color css
<style>
span { border-color: #731D51; }
span { border-color: rgb(115,29,81); }
td.TdClassName
{
border-color: #731D51;
}
.TagClassName
{
border-color: #731D51;
}
</style>