Shades of Pompadour #73214F
Tints of Pompadour #73214F
RGB
CMYK
RGB Variations
Color information
#73214F (or 0x73214F) is known color: Pompadour. HEX triplet: 73, 21 and 4F. RGB value is (115,33,79). Sum of RGB (Red+Green+Blue) = 115+33+79=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73214F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73214F is #8CDEB0. Grayscale: #3E3E3E. Windows color (decimal): -9232049 or 5185907. OLE color: 5185907.
HSL color Cylindrical-coordinate representation of color #73214F: hue angle of 326.34º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73214F is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 79 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.55 |
| HSL | 326.34º | 0.55% | 0.29% | - |
| HSV(B) | 326.34º | 0.71% | 0.45% | - |
| XYZ | 9.03 | 5.3 | 7.94 | - |
| YUV | 62.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 79 | 0 | 0.71 | 0.31 | 0.55 | 326.34 | 0.55 | 0.29 |
| Hex | 73 | 21 | 4F | 0 | 47 | 1F | 37 | 146 | 37 | 1D |
| Octal | 163 | 41 | 117 | 0 | 107 | 37 | 67 | 506 | 67 | 35 |
| Binary | 1110011 | 100001 | 1001111 | 0 | 1000111 | 11111 | 110111 | 101000110 | 110111 | 11101 |
Color Harmonies of #73214F
Complementary color
Monochromatic Colors of #73214F
Black with #73214F
Text Example
Text Example
White with #73214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73214F; }
p { color: rgb(115,33,79); }
H1.HeaderClassName
{
color: #73214F;
}
.AnyTagClassName
{
color: #73214F;
}
</style>
background-color css
<style>
a { background-color: #73214F; }
a { background-color: rgb(115,33,79); }
div.DivClassName
{
background-color: #73214F;
}
.BgClassName
{
background-color: #73214F;
}
</style>
border-color css
<style>
span { border-color: #73214F; }
span { border-color: rgb(115,33,79); }
td.TdClassName
{
border-color: #73214F;
}
.TagClassName
{
border-color: #73214F;
}
</style>