Shades of Pompadour #73123D
Tints of Pompadour #73123D
RGB
CMYK
RGB Variations
Color information
#73123D (or 0x73123D) is known color: Pompadour. HEX triplet: 73, 12 and 3D. RGB value is (115,18,61). Sum of RGB (Red+Green+Blue) = 115+18+61=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73123D is #8CEDC2. Grayscale: #333333. Windows color (decimal): -9235907 or 4002419. OLE color: 4002419.
HSL color Cylindrical-coordinate representation of color #73123D: hue angle of 333.4º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73123D is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 18 | 61 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.55 |
| HSL | 333.4º | 0.73% | 0.26% | - |
| HSV(B) | 333.4º | 0.84% | 0.45% | - |
| XYZ | 8.13 | 4.41 | 4.84 | - |
| YUV | 51.91 | 133.14 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 61 | 0 | 0.84 | 0.47 | 0.55 | 333.4 | 0.73 | 0.26 |
| Hex | 73 | 12 | 3D | 0 | 54 | 2F | 37 | 14D | 49 | 1A |
| Octal | 163 | 22 | 75 | 0 | 124 | 57 | 67 | 515 | 111 | 32 |
| Binary | 1110011 | 10010 | 111101 | 0 | 1010100 | 101111 | 110111 | 101001101 | 1001001 | 11010 |
Color Harmonies of #73123D
Complementary color
Monochromatic Colors of #73123D
Black with #73123D
Text Example
Text Example
White with #73123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73123D; }
p { color: rgb(115,18,61); }
H1.HeaderClassName
{
color: #73123D;
}
.AnyTagClassName
{
color: #73123D;
}
</style>
background-color css
<style>
a { background-color: #73123D; }
a { background-color: rgb(115,18,61); }
div.DivClassName
{
background-color: #73123D;
}
.BgClassName
{
background-color: #73123D;
}
</style>
border-color css
<style>
span { border-color: #73123D; }
span { border-color: rgb(115,18,61); }
td.TdClassName
{
border-color: #73123D;
}
.TagClassName
{
border-color: #73123D;
}
</style>