Shades of Pompadour #731C51
Tints of Pompadour #731C51
RGB
CMYK
RGB Variations
Color information
#731C51 (or 0x731C51) is known color: Pompadour. HEX triplet: 73, 1C and 51. RGB value is (115,28,81). Sum of RGB (Red+Green+Blue) = 115+28+81=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #731C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C51 is #8CE3AE. Grayscale: #3B3B3B. Windows color (decimal): -9233327 or 5315699. OLE color: 5315699.
HSL color Cylindrical-coordinate representation of color #731C51: hue angle of 323.45º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C51 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 81 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.55 |
| HSL | 323.45º | 0.61% | 0.28% | - |
| HSV(B) | 323.45º | 0.76% | 0.45% | - |
| XYZ | 8.97 | 5.07 | 8.29 | - |
| YUV | 60.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 81 | 0 | 0.76 | 0.30 | 0.55 | 323.45 | 0.61 | 0.28 |
| Hex | 73 | 1C | 51 | 0 | 4C | 1E | 37 | 143 | 3D | 1C |
| Octal | 163 | 34 | 121 | 0 | 114 | 36 | 67 | 503 | 75 | 34 |
| Binary | 1110011 | 11100 | 1010001 | 0 | 1001100 | 11110 | 110111 | 101000011 | 111101 | 11100 |
Color Harmonies of #731C51
Complementary color
Monochromatic Colors of #731C51
Black with #731C51
Text Example
Text Example
White with #731C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C51; }
p { color: rgb(115,28,81); }
H1.HeaderClassName
{
color: #731C51;
}
.AnyTagClassName
{
color: #731C51;
}
</style>
background-color css
<style>
a { background-color: #731C51; }
a { background-color: rgb(115,28,81); }
div.DivClassName
{
background-color: #731C51;
}
.BgClassName
{
background-color: #731C51;
}
</style>
border-color css
<style>
span { border-color: #731C51; }
span { border-color: rgb(115,28,81); }
td.TdClassName
{
border-color: #731C51;
}
.TagClassName
{
border-color: #731C51;
}
</style>