Shades of Pompadour #73193D
Tints of Pompadour #73193D
RGB
CMYK
RGB Variations
Color information
#73193D (or 0x73193D) is known color: Pompadour. HEX triplet: 73, 19 and 3D. RGB value is (115,25,61). Sum of RGB (Red+Green+Blue) = 115+25+61=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73193D is #8CE6C2. Grayscale: #373737. Windows color (decimal): -9234115 or 4004211. OLE color: 4004211.
HSL color Cylindrical-coordinate representation of color #73193D: hue angle of 336º 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 #73193D is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 25 | 61 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.55 |
| HSL | 336º | 0.64% | 0.27% | - |
| HSV(B) | 336º | 0.78% | 0.45% | - |
| XYZ | 8.26 | 4.68 | 4.88 | - |
| YUV | 56.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 61 | 0 | 0.78 | 0.47 | 0.55 | 336 | 0.64 | 0.27 |
| Hex | 73 | 19 | 3D | 0 | 4E | 2F | 37 | 150 | 40 | 1B |
| Octal | 163 | 31 | 75 | 0 | 116 | 57 | 67 | 520 | 100 | 33 |
| Binary | 1110011 | 11001 | 111101 | 0 | 1001110 | 101111 | 110111 | 101010000 | 1000000 | 11011 |
Color Harmonies of #73193D
Complementary color
Monochromatic Colors of #73193D
Black with #73193D
Text Example
Text Example
White with #73193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73193D; }
p { color: rgb(115,25,61); }
H1.HeaderClassName
{
color: #73193D;
}
.AnyTagClassName
{
color: #73193D;
}
</style>
background-color css
<style>
a { background-color: #73193D; }
a { background-color: rgb(115,25,61); }
div.DivClassName
{
background-color: #73193D;
}
.BgClassName
{
background-color: #73193D;
}
</style>
border-color css
<style>
span { border-color: #73193D; }
span { border-color: rgb(115,25,61); }
td.TdClassName
{
border-color: #73193D;
}
.TagClassName
{
border-color: #73193D;
}
</style>