Shades of Pompadour #73113D
Tints of Pompadour #73113D
RGB
CMYK
RGB Variations
Color information
#73113D (or 0x73113D) is known color: Pompadour. HEX triplet: 73, 11 and 3D. RGB value is (115,17,61). Sum of RGB (Red+Green+Blue) = 115+17+61=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73113D is #8CEEC2. Grayscale: #333333. Windows color (decimal): -9236163 or 4002163. OLE color: 4002163.
HSL color Cylindrical-coordinate representation of color #73113D: hue angle of 333.06º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73113D is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 61 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.55 |
| HSL | 333.06º | 0.74% | 0.26% | - |
| HSV(B) | 333.06º | 0.85% | 0.45% | - |
| XYZ | 8.11 | 4.38 | 4.83 | - |
| YUV | 51.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 61 | 0 | 0.85 | 0.47 | 0.55 | 333.06 | 0.74 | 0.26 |
| Hex | 73 | 11 | 3D | 0 | 55 | 2F | 37 | 14D | 4A | 1A |
| Octal | 163 | 21 | 75 | 0 | 125 | 57 | 67 | 515 | 112 | 32 |
| Binary | 1110011 | 10001 | 111101 | 0 | 1010101 | 101111 | 110111 | 101001101 | 1001010 | 11010 |
Color Harmonies of #73113D
Complementary color
Monochromatic Colors of #73113D
Black with #73113D
Text Example
Text Example
White with #73113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73113D; }
p { color: rgb(115,17,61); }
H1.HeaderClassName
{
color: #73113D;
}
.AnyTagClassName
{
color: #73113D;
}
</style>
background-color css
<style>
a { background-color: #73113D; }
a { background-color: rgb(115,17,61); }
div.DivClassName
{
background-color: #73113D;
}
.BgClassName
{
background-color: #73113D;
}
</style>
border-color css
<style>
span { border-color: #73113D; }
span { border-color: rgb(115,17,61); }
td.TdClassName
{
border-color: #73113D;
}
.TagClassName
{
border-color: #73113D;
}
</style>