Shades of Pompadour #73143F
Tints of Pompadour #73143F
RGB
CMYK
RGB Variations
Color information
#73143F (or 0x73143F) is known color: Pompadour. HEX triplet: 73, 14 and 3F. RGB value is (115,20,63). Sum of RGB (Red+Green+Blue) = 115+20+63=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73143F is #8CEBC0. Grayscale: #353535. Windows color (decimal): -9235393 or 4134003. OLE color: 4134003.
HSL color Cylindrical-coordinate representation of color #73143F: hue angle of 332.84º degrees, saturation: 0.7, 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 #73143F is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 20 | 63 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.55 |
| HSL | 332.84º | 0.7% | 0.26% | - |
| HSV(B) | 332.84º | 0.83% | 0.45% | - |
| XYZ | 8.22 | 4.5 | 5.14 | - |
| YUV | 53.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 63 | 0 | 0.83 | 0.45 | 0.55 | 332.84 | 0.7 | 0.26 |
| Hex | 73 | 14 | 3F | 0 | 53 | 2D | 37 | 14D | 46 | 1A |
| Octal | 163 | 24 | 77 | 0 | 123 | 55 | 67 | 515 | 106 | 32 |
| Binary | 1110011 | 10100 | 111111 | 0 | 1010011 | 101101 | 110111 | 101001101 | 1000110 | 11010 |
Color Harmonies of #73143F
Complementary color
Monochromatic Colors of #73143F
Black with #73143F
Text Example
Text Example
White with #73143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73143F; }
p { color: rgb(115,20,63); }
H1.HeaderClassName
{
color: #73143F;
}
.AnyTagClassName
{
color: #73143F;
}
</style>
background-color css
<style>
a { background-color: #73143F; }
a { background-color: rgb(115,20,63); }
div.DivClassName
{
background-color: #73143F;
}
.BgClassName
{
background-color: #73143F;
}
</style>
border-color css
<style>
span { border-color: #73143F; }
span { border-color: rgb(115,20,63); }
td.TdClassName
{
border-color: #73143F;
}
.TagClassName
{
border-color: #73143F;
}
</style>