Shades of Pompadour #73103D
Tints of Pompadour #73103D
RGB
CMYK
RGB Variations
Color information
#73103D (or 0x73103D) is known color: Pompadour. HEX triplet: 73, 10 and 3D. RGB value is (115,16,61). Sum of RGB (Red+Green+Blue) = 115+16+61=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #73103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73103D is #8CEFC2. Grayscale: #323232. Windows color (decimal): -9236419 or 4001907. OLE color: 4001907.
HSL color Cylindrical-coordinate representation of color #73103D: hue angle of 332.73º 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 #73103D is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 16 | 61 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.55 |
| HSL | 332.73º | 0.76% | 0.26% | - |
| HSV(B) | 332.73º | 0.86% | 0.45% | - |
| XYZ | 8.1 | 4.35 | 4.83 | - |
| YUV | 50.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 61 | 0 | 0.86 | 0.47 | 0.55 | 332.73 | 0.76 | 0.26 |
| Hex | 73 | 10 | 3D | 0 | 56 | 2F | 37 | 14D | 4C | 1A |
| Octal | 163 | 20 | 75 | 0 | 126 | 57 | 67 | 515 | 114 | 32 |
| Binary | 1110011 | 10000 | 111101 | 0 | 1010110 | 101111 | 110111 | 101001101 | 1001100 | 11010 |
Color Harmonies of #73103D
Complementary color
Monochromatic Colors of #73103D
Black with #73103D
Text Example
Text Example
White with #73103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73103D; }
p { color: rgb(115,16,61); }
H1.HeaderClassName
{
color: #73103D;
}
.AnyTagClassName
{
color: #73103D;
}
</style>
background-color css
<style>
a { background-color: #73103D; }
a { background-color: rgb(115,16,61); }
div.DivClassName
{
background-color: #73103D;
}
.BgClassName
{
background-color: #73103D;
}
</style>
border-color css
<style>
span { border-color: #73103D; }
span { border-color: rgb(115,16,61); }
td.TdClassName
{
border-color: #73103D;
}
.TagClassName
{
border-color: #73103D;
}
</style>