Shades of Pompadour #73174D
Tints of Pompadour #73174D
RGB
CMYK
RGB Variations
Color information
#73174D (or 0x73174D) is known color: Pompadour. HEX triplet: 73, 17 and 4D. RGB value is (115,23,77). Sum of RGB (Red+Green+Blue) = 115+23+77=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #73174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73174D is #8CE8B2. Grayscale: #383838. Windows color (decimal): -9234611 or 5052275. OLE color: 5052275.
HSL color Cylindrical-coordinate representation of color #73174D: hue angle of 324.78º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73174D is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 77 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.55 |
| HSL | 324.78º | 0.67% | 0.27% | - |
| HSV(B) | 324.78º | 0.8% | 0.45% | - |
| XYZ | 8.72 | 4.79 | 7.49 | - |
| YUV | 56.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 77 | 0 | 0.80 | 0.33 | 0.55 | 324.78 | 0.67 | 0.27 |
| Hex | 73 | 17 | 4D | 0 | 50 | 21 | 37 | 145 | 43 | 1B |
| Octal | 163 | 27 | 115 | 0 | 120 | 41 | 67 | 505 | 103 | 33 |
| Binary | 1110011 | 10111 | 1001101 | 0 | 1010000 | 100001 | 110111 | 101000101 | 1000011 | 11011 |
Color Harmonies of #73174D
Complementary color
Monochromatic Colors of #73174D
Black with #73174D
Text Example
Text Example
White with #73174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73174D; }
p { color: rgb(115,23,77); }
H1.HeaderClassName
{
color: #73174D;
}
.AnyTagClassName
{
color: #73174D;
}
</style>
background-color css
<style>
a { background-color: #73174D; }
a { background-color: rgb(115,23,77); }
div.DivClassName
{
background-color: #73174D;
}
.BgClassName
{
background-color: #73174D;
}
</style>
border-color css
<style>
span { border-color: #73174D; }
span { border-color: rgb(115,23,77); }
td.TdClassName
{
border-color: #73174D;
}
.TagClassName
{
border-color: #73174D;
}
</style>