Shades of Pompadour #73103C
Tints of Pompadour #73103C
RGB
CMYK
RGB Variations
Color information
#73103C (or 0x73103C) is known color: Pompadour. HEX triplet: 73, 10 and 3C. RGB value is (115,16,60). Sum of RGB (Red+Green+Blue) = 115+16+60=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #73103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73103C is #8CEFC3. Grayscale: #323232. Windows color (decimal): -9236420 or 3936371. OLE color: 3936371.
HSL color Cylindrical-coordinate representation of color #73103C: hue angle of 333.33º 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 #73103C is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 16 | 60 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.55 |
| HSL | 333.33º | 0.76% | 0.26% | - |
| HSV(B) | 333.33º | 0.86% | 0.45% | - |
| XYZ | 8.07 | 4.34 | 4.69 | - |
| YUV | 50.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 60 | 0 | 0.86 | 0.48 | 0.55 | 333.33 | 0.76 | 0.26 |
| Hex | 73 | 10 | 3C | 0 | 56 | 30 | 37 | 14D | 4C | 1A |
| Octal | 163 | 20 | 74 | 0 | 126 | 60 | 67 | 515 | 114 | 32 |
| Binary | 1110011 | 10000 | 111100 | 0 | 1010110 | 110000 | 110111 | 101001101 | 1001100 | 11010 |
Color Harmonies of #73103C
Complementary color
Monochromatic Colors of #73103C
Black with #73103C
Text Example
Text Example
White with #73103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73103C; }
p { color: rgb(115,16,60); }
H1.HeaderClassName
{
color: #73103C;
}
.AnyTagClassName
{
color: #73103C;
}
</style>
background-color css
<style>
a { background-color: #73103C; }
a { background-color: rgb(115,16,60); }
div.DivClassName
{
background-color: #73103C;
}
.BgClassName
{
background-color: #73103C;
}
</style>
border-color css
<style>
span { border-color: #73103C; }
span { border-color: rgb(115,16,60); }
td.TdClassName
{
border-color: #73103C;
}
.TagClassName
{
border-color: #73103C;
}
</style>