Shades of Pompadour #73153F
Tints of Pompadour #73153F
RGB
CMYK
RGB Variations
Color information
#73153F (or 0x73153F) is known color: Pompadour. HEX triplet: 73, 15 and 3F. RGB value is (115,21,63). Sum of RGB (Red+Green+Blue) = 115+21+63=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73153F is #8CEAC0. Grayscale: #353535. Windows color (decimal): -9235137 or 4134259. OLE color: 4134259.
HSL color Cylindrical-coordinate representation of color #73153F: hue angle of 333.19º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73153F is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 21 | 63 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.55 |
| HSL | 333.19º | 0.69% | 0.27% | - |
| HSV(B) | 333.19º | 0.82% | 0.45% | - |
| XYZ | 8.24 | 4.54 | 5.14 | - |
| YUV | 53.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 21 | 63 | 0 | 0.82 | 0.45 | 0.55 | 333.19 | 0.69 | 0.27 |
| Hex | 73 | 15 | 3F | 0 | 52 | 2D | 37 | 14D | 45 | 1B |
| Octal | 163 | 25 | 77 | 0 | 122 | 55 | 67 | 515 | 105 | 33 |
| Binary | 1110011 | 10101 | 111111 | 0 | 1010010 | 101101 | 110111 | 101001101 | 1000101 | 11011 |
Color Harmonies of #73153F
Complementary color
Monochromatic Colors of #73153F
Black with #73153F
Text Example
Text Example
White with #73153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73153F; }
p { color: rgb(115,21,63); }
H1.HeaderClassName
{
color: #73153F;
}
.AnyTagClassName
{
color: #73153F;
}
</style>
background-color css
<style>
a { background-color: #73153F; }
a { background-color: rgb(115,21,63); }
div.DivClassName
{
background-color: #73153F;
}
.BgClassName
{
background-color: #73153F;
}
</style>
border-color css
<style>
span { border-color: #73153F; }
span { border-color: rgb(115,21,63); }
td.TdClassName
{
border-color: #73153F;
}
.TagClassName
{
border-color: #73153F;
}
</style>