Shades of Pompadour #731C45
Tints of Pompadour #731C45
RGB
CMYK
RGB Variations
Color information
#731C45 (or 0x731C45) is known color: Pompadour. HEX triplet: 73, 1C and 45. RGB value is (115,28,69). Sum of RGB (Red+Green+Blue) = 115+28+69=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #731C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C45 is #8CE3BA. Grayscale: #3A3A3A. Windows color (decimal): -9233339 or 4529267. OLE color: 4529267.
HSL color Cylindrical-coordinate representation of color #731C45: hue angle of 331.72º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C45 is Cyan = 0, Magento = 0.76, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 69 | - |
| CMYK | 0 | 0.76 | 0.4 | 0.55 |
| HSL | 331.72º | 0.61% | 0.28% | - |
| HSV(B) | 331.72º | 0.76% | 0.45% | - |
| XYZ | 8.56 | 4.91 | 6.13 | - |
| YUV | 58.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 69 | 0 | 0.76 | 0.4 | 0.55 | 331.72 | 0.61 | 0.28 |
| Hex | 73 | 1C | 45 | 0 | 4C | 28 | 37 | 14C | 3D | 1C |
| Octal | 163 | 34 | 105 | 0 | 114 | 50 | 67 | 514 | 75 | 34 |
| Binary | 1110011 | 11100 | 1000101 | 0 | 1001100 | 101000 | 110111 | 101001100 | 111101 | 11100 |
Color Harmonies of #731C45
Complementary color
Monochromatic Colors of #731C45
Black with #731C45
Text Example
Text Example
White with #731C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C45; }
p { color: rgb(115,28,69); }
H1.HeaderClassName
{
color: #731C45;
}
.AnyTagClassName
{
color: #731C45;
}
</style>
background-color css
<style>
a { background-color: #731C45; }
a { background-color: rgb(115,28,69); }
div.DivClassName
{
background-color: #731C45;
}
.BgClassName
{
background-color: #731C45;
}
</style>
border-color css
<style>
span { border-color: #731C45; }
span { border-color: rgb(115,28,69); }
td.TdClassName
{
border-color: #731C45;
}
.TagClassName
{
border-color: #731C45;
}
</style>