Shades of Pompadour #731A4C
Tints of Pompadour #731A4C
RGB
CMYK
RGB Variations
Color information
#731A4C (or 0x731A4C) is known color: Pompadour. HEX triplet: 73, 1A and 4C. RGB value is (115,26,76). Sum of RGB (Red+Green+Blue) = 115+26+76=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #731A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A4C is #8CE5B3. Grayscale: #3A3A3A. Windows color (decimal): -9233844 or 4987507. OLE color: 4987507.
HSL color Cylindrical-coordinate representation of color #731A4C: hue angle of 326.29º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731A4C is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 26 | 76 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.55 |
| HSL | 326.29º | 0.63% | 0.28% | - |
| HSV(B) | 326.29º | 0.77% | 0.45% | - |
| XYZ | 8.74 | 4.91 | 7.32 | - |
| YUV | 58.31 | 137.99 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 76 | 0 | 0.77 | 0.34 | 0.55 | 326.29 | 0.63 | 0.28 |
| Hex | 73 | 1A | 4C | 0 | 4D | 22 | 37 | 146 | 3F | 1C |
| Octal | 163 | 32 | 114 | 0 | 115 | 42 | 67 | 506 | 77 | 34 |
| Binary | 1110011 | 11010 | 1001100 | 0 | 1001101 | 100010 | 110111 | 101000110 | 111111 | 11100 |
Color Harmonies of #731A4C
Complementary color
Monochromatic Colors of #731A4C
Black with #731A4C
Text Example
Text Example
White with #731A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731A4C; }
p { color: rgb(115,26,76); }
H1.HeaderClassName
{
color: #731A4C;
}
.AnyTagClassName
{
color: #731A4C;
}
</style>
background-color css
<style>
a { background-color: #731A4C; }
a { background-color: rgb(115,26,76); }
div.DivClassName
{
background-color: #731A4C;
}
.BgClassName
{
background-color: #731A4C;
}
</style>
border-color css
<style>
span { border-color: #731A4C; }
span { border-color: rgb(115,26,76); }
td.TdClassName
{
border-color: #731A4C;
}
.TagClassName
{
border-color: #731A4C;
}
</style>