Shades of Pompadour #731153
Tints of Pompadour #731153
RGB
CMYK
RGB Variations
Color information
#731153 (or 0x731153) is known color: Pompadour. HEX triplet: 73, 11 and 53. RGB value is (115,17,83). Sum of RGB (Red+Green+Blue) = 115+17+83=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #731153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731153 is #8CEEAC. Grayscale: #353535. Windows color (decimal): -9236141 or 5443955. OLE color: 5443955.
HSL color Cylindrical-coordinate representation of color #731153: hue angle of 319.59º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731153 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 83 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.55 |
| HSL | 319.59º | 0.74% | 0.26% | - |
| HSV(B) | 319.59º | 0.85% | 0.45% | - |
| XYZ | 8.83 | 4.67 | 8.62 | - |
| YUV | 53.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 83 | 0 | 0.85 | 0.28 | 0.55 | 319.59 | 0.74 | 0.26 |
| Hex | 73 | 11 | 53 | 0 | 55 | 1C | 37 | 140 | 4A | 1A |
| Octal | 163 | 21 | 123 | 0 | 125 | 34 | 67 | 500 | 112 | 32 |
| Binary | 1110011 | 10001 | 1010011 | 0 | 1010101 | 11100 | 110111 | 101000000 | 1001010 | 11010 |
Color Harmonies of #731153
Complementary color
Monochromatic Colors of #731153
Black with #731153
Text Example
Text Example
White with #731153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731153; }
p { color: rgb(115,17,83); }
H1.HeaderClassName
{
color: #731153;
}
.AnyTagClassName
{
color: #731153;
}
</style>
background-color css
<style>
a { background-color: #731153; }
a { background-color: rgb(115,17,83); }
div.DivClassName
{
background-color: #731153;
}
.BgClassName
{
background-color: #731153;
}
</style>
border-color css
<style>
span { border-color: #731153; }
span { border-color: rgb(115,17,83); }
td.TdClassName
{
border-color: #731153;
}
.TagClassName
{
border-color: #731153;
}
</style>