Shades of Pompadour #73103F
Tints of Pompadour #73103F
RGB
CMYK
RGB Variations
Color information
#73103F (or 0x73103F) is known color: Pompadour. HEX triplet: 73, 10 and 3F. RGB value is (115,16,63). Sum of RGB (Red+Green+Blue) = 115+16+63=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73103F is #8CEFC0. Grayscale: #323232. Windows color (decimal): -9236417 or 4132979. OLE color: 4132979.
HSL color Cylindrical-coordinate representation of color #73103F: hue angle of 331.52º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73103F is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 16 | 63 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.55 |
| HSL | 331.52º | 0.76% | 0.26% | - |
| HSV(B) | 331.52º | 0.86% | 0.45% | - |
| XYZ | 8.15 | 4.37 | 5.12 | - |
| YUV | 50.96 | 134.8 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 63 | 0 | 0.86 | 0.45 | 0.55 | 331.52 | 0.76 | 0.26 |
| Hex | 73 | 10 | 3F | 0 | 56 | 2D | 37 | 14C | 4C | 1A |
| Octal | 163 | 20 | 77 | 0 | 126 | 55 | 67 | 514 | 114 | 32 |
| Binary | 1110011 | 10000 | 111111 | 0 | 1010110 | 101101 | 110111 | 101001100 | 1001100 | 11010 |
Color Harmonies of #73103F
Complementary color
Monochromatic Colors of #73103F
Black with #73103F
Text Example
Text Example
White with #73103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73103F; }
p { color: rgb(115,16,63); }
H1.HeaderClassName
{
color: #73103F;
}
.AnyTagClassName
{
color: #73103F;
}
</style>
background-color css
<style>
a { background-color: #73103F; }
a { background-color: rgb(115,16,63); }
div.DivClassName
{
background-color: #73103F;
}
.BgClassName
{
background-color: #73103F;
}
</style>
border-color css
<style>
span { border-color: #73103F; }
span { border-color: rgb(115,16,63); }
td.TdClassName
{
border-color: #73103F;
}
.TagClassName
{
border-color: #73103F;
}
</style>