Shades of Pompadour #73193C
Tints of Pompadour #73193C
RGB
CMYK
RGB Variations
Color information
#73193C (or 0x73193C) is known color: Pompadour. HEX triplet: 73, 19 and 3C. RGB value is (115,25,60). Sum of RGB (Red+Green+Blue) = 115+25+60=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #73193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73193C is #8CE6C3. Grayscale: #373737. Windows color (decimal): -9234116 or 3938675. OLE color: 3938675.
HSL color Cylindrical-coordinate representation of color #73193C: hue angle of 336.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73193C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 25 | 60 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.55 |
| HSL | 336.67º | 0.64% | 0.27% | - |
| HSV(B) | 336.67º | 0.78% | 0.45% | - |
| XYZ | 8.23 | 4.67 | 4.74 | - |
| YUV | 55.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 60 | 0 | 0.78 | 0.48 | 0.55 | 336.67 | 0.64 | 0.27 |
| Hex | 73 | 19 | 3C | 0 | 4E | 30 | 37 | 151 | 40 | 1B |
| Octal | 163 | 31 | 74 | 0 | 116 | 60 | 67 | 521 | 100 | 33 |
| Binary | 1110011 | 11001 | 111100 | 0 | 1001110 | 110000 | 110111 | 101010001 | 1000000 | 11011 |
Color Harmonies of #73193C
Complementary color
Monochromatic Colors of #73193C
Black with #73193C
Text Example
Text Example
White with #73193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73193C; }
p { color: rgb(115,25,60); }
H1.HeaderClassName
{
color: #73193C;
}
.AnyTagClassName
{
color: #73193C;
}
</style>
background-color css
<style>
a { background-color: #73193C; }
a { background-color: rgb(115,25,60); }
div.DivClassName
{
background-color: #73193C;
}
.BgClassName
{
background-color: #73193C;
}
</style>
border-color css
<style>
span { border-color: #73193C; }
span { border-color: rgb(115,25,60); }
td.TdClassName
{
border-color: #73193C;
}
.TagClassName
{
border-color: #73193C;
}
</style>