Shades of Pompadour #73173C
Tints of Pompadour #73173C
RGB
CMYK
RGB Variations
Color information
#73173C (or 0x73173C) is known color: Pompadour. HEX triplet: 73, 17 and 3C. RGB value is (115,23,60). Sum of RGB (Red+Green+Blue) = 115+23+60=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73173C is #8CE8C3. Grayscale: #363636. Windows color (decimal): -9234628 or 3938163. OLE color: 3938163.
HSL color Cylindrical-coordinate representation of color #73173C: hue angle of 335.87º 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 #73173C is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 23 | 60 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.55 |
| HSL | 335.87º | 0.67% | 0.27% | - |
| HSV(B) | 335.87º | 0.8% | 0.45% | - |
| XYZ | 8.19 | 4.58 | 4.73 | - |
| YUV | 54.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 23 | 60 | 0 | 0.80 | 0.48 | 0.55 | 335.87 | 0.67 | 0.27 |
| Hex | 73 | 17 | 3C | 0 | 50 | 30 | 37 | 150 | 43 | 1B |
| Octal | 163 | 27 | 74 | 0 | 120 | 60 | 67 | 520 | 103 | 33 |
| Binary | 1110011 | 10111 | 111100 | 0 | 1010000 | 110000 | 110111 | 101010000 | 1000011 | 11011 |
Color Harmonies of #73173C
Complementary color
Monochromatic Colors of #73173C
Black with #73173C
Text Example
Text Example
White with #73173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73173C; }
p { color: rgb(115,23,60); }
H1.HeaderClassName
{
color: #73173C;
}
.AnyTagClassName
{
color: #73173C;
}
</style>
background-color css
<style>
a { background-color: #73173C; }
a { background-color: rgb(115,23,60); }
div.DivClassName
{
background-color: #73173C;
}
.BgClassName
{
background-color: #73173C;
}
</style>
border-color css
<style>
span { border-color: #73173C; }
span { border-color: rgb(115,23,60); }
td.TdClassName
{
border-color: #73173C;
}
.TagClassName
{
border-color: #73173C;
}
</style>