Shades of Pompadour #73133A
Tints of Pompadour #73133A
RGB
CMYK
RGB Variations
Color information
#73133A (or 0x73133A) is known color: Pompadour. HEX triplet: 73, 13 and 3A. RGB value is (115,19,58). Sum of RGB (Red+Green+Blue) = 115+19+58=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #73133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73133A is #8CECC5. Grayscale: #343434. Windows color (decimal): -9235654 or 3806067. OLE color: 3806067.
HSL color Cylindrical-coordinate representation of color #73133A: hue angle of 335.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73133A is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 19 | 58 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.55 |
| HSL | 335.63º | 0.72% | 0.26% | - |
| HSV(B) | 335.63º | 0.83% | 0.45% | - |
| XYZ | 8.07 | 4.42 | 4.43 | - |
| YUV | 52.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 19 | 58 | 0 | 0.83 | 0.50 | 0.55 | 335.63 | 0.72 | 0.26 |
| Hex | 73 | 13 | 3A | 0 | 53 | 32 | 37 | 150 | 48 | 1A |
| Octal | 163 | 23 | 72 | 0 | 123 | 62 | 67 | 520 | 110 | 32 |
| Binary | 1110011 | 10011 | 111010 | 0 | 1010011 | 110010 | 110111 | 101010000 | 1001000 | 11010 |
Color Harmonies of #73133A
Complementary color
Monochromatic Colors of #73133A
Black with #73133A
Text Example
Text Example
White with #73133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73133A; }
p { color: rgb(115,19,58); }
H1.HeaderClassName
{
color: #73133A;
}
.AnyTagClassName
{
color: #73133A;
}
</style>
background-color css
<style>
a { background-color: #73133A; }
a { background-color: rgb(115,19,58); }
div.DivClassName
{
background-color: #73133A;
}
.BgClassName
{
background-color: #73133A;
}
</style>
border-color css
<style>
span { border-color: #73133A; }
span { border-color: rgb(115,19,58); }
td.TdClassName
{
border-color: #73133A;
}
.TagClassName
{
border-color: #73133A;
}
</style>