Shades of Pompadour #73113C
Tints of Pompadour #73113C
RGB
CMYK
RGB Variations
Color information
#73113C (or 0x73113C) is known color: Pompadour. HEX triplet: 73, 11 and 3C. RGB value is (115,17,60). Sum of RGB (Red+Green+Blue) = 115+17+60=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #73113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73113C is #8CEEC3. Grayscale: #333333. Windows color (decimal): -9236164 or 3936627. OLE color: 3936627.
HSL color Cylindrical-coordinate representation of color #73113C: hue angle of 333.67º 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 #73113C is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 60 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.55 |
| HSL | 333.67º | 0.74% | 0.26% | - |
| HSV(B) | 333.67º | 0.85% | 0.45% | - |
| XYZ | 8.09 | 4.37 | 4.69 | - |
| YUV | 51.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 60 | 0 | 0.85 | 0.48 | 0.55 | 333.67 | 0.74 | 0.26 |
| Hex | 73 | 11 | 3C | 0 | 55 | 30 | 37 | 14E | 4A | 1A |
| Octal | 163 | 21 | 74 | 0 | 125 | 60 | 67 | 516 | 112 | 32 |
| Binary | 1110011 | 10001 | 111100 | 0 | 1010101 | 110000 | 110111 | 101001110 | 1001010 | 11010 |
Color Harmonies of #73113C
Complementary color
Monochromatic Colors of #73113C
Black with #73113C
Text Example
Text Example
White with #73113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73113C; }
p { color: rgb(115,17,60); }
H1.HeaderClassName
{
color: #73113C;
}
.AnyTagClassName
{
color: #73113C;
}
</style>
background-color css
<style>
a { background-color: #73113C; }
a { background-color: rgb(115,17,60); }
div.DivClassName
{
background-color: #73113C;
}
.BgClassName
{
background-color: #73113C;
}
</style>
border-color css
<style>
span { border-color: #73113C; }
span { border-color: rgb(115,17,60); }
td.TdClassName
{
border-color: #73113C;
}
.TagClassName
{
border-color: #73113C;
}
</style>