Shades of Pompadour #73123B
Tints of Pompadour #73123B
RGB
CMYK
RGB Variations
Color information
#73123B (or 0x73123B) is known color: Pompadour. HEX triplet: 73, 12 and 3B. RGB value is (115,18,59). Sum of RGB (Red+Green+Blue) = 115+18+59=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #73123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73123B is #8CEDC4. Grayscale: #333333. Windows color (decimal): -9235909 or 3871347. OLE color: 3871347.
HSL color Cylindrical-coordinate representation of color #73123B: hue angle of 334.64º 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 #73123B is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 18 | 59 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.55 |
| HSL | 334.64º | 0.73% | 0.26% | - |
| HSV(B) | 334.64º | 0.84% | 0.45% | - |
| XYZ | 8.08 | 4.39 | 4.56 | - |
| YUV | 51.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 59 | 0 | 0.84 | 0.49 | 0.55 | 334.64 | 0.73 | 0.26 |
| Hex | 73 | 12 | 3B | 0 | 54 | 31 | 37 | 14F | 49 | 1A |
| Octal | 163 | 22 | 73 | 0 | 124 | 61 | 67 | 517 | 111 | 32 |
| Binary | 1110011 | 10010 | 111011 | 0 | 1010100 | 110001 | 110111 | 101001111 | 1001001 | 11010 |
Color Harmonies of #73123B
Complementary color
Monochromatic Colors of #73123B
Black with #73123B
Text Example
Text Example
White with #73123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73123B; }
p { color: rgb(115,18,59); }
H1.HeaderClassName
{
color: #73123B;
}
.AnyTagClassName
{
color: #73123B;
}
</style>
background-color css
<style>
a { background-color: #73123B; }
a { background-color: rgb(115,18,59); }
div.DivClassName
{
background-color: #73123B;
}
.BgClassName
{
background-color: #73123B;
}
</style>
border-color css
<style>
span { border-color: #73123B; }
span { border-color: rgb(115,18,59); }
td.TdClassName
{
border-color: #73123B;
}
.TagClassName
{
border-color: #73123B;
}
</style>