Shades of Pompadour #731D4C
Tints of Pompadour #731D4C
RGB
CMYK
RGB Variations
Color information
#731D4C (or 0x731D4C) is known color: Pompadour. HEX triplet: 73, 1D and 4C. RGB value is (115,29,76). Sum of RGB (Red+Green+Blue) = 115+29+76=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #731D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D4C is #8CE2B3. Grayscale: #3B3B3B. Windows color (decimal): -9233076 or 4988275. OLE color: 4988275.
HSL color Cylindrical-coordinate representation of color #731D4C: hue angle of 327.21º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D4C is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 76 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.55 |
| HSL | 327.21º | 0.6% | 0.28% | - |
| HSV(B) | 327.21º | 0.75% | 0.45% | - |
| XYZ | 8.81 | 5.05 | 7.35 | - |
| YUV | 60.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 76 | 0 | 0.75 | 0.34 | 0.55 | 327.21 | 0.6 | 0.28 |
| Hex | 73 | 1D | 4C | 0 | 4B | 22 | 37 | 147 | 3C | 1C |
| Octal | 163 | 35 | 114 | 0 | 113 | 42 | 67 | 507 | 74 | 34 |
| Binary | 1110011 | 11101 | 1001100 | 0 | 1001011 | 100010 | 110111 | 101000111 | 111100 | 11100 |
Color Harmonies of #731D4C
Complementary color
Monochromatic Colors of #731D4C
Black with #731D4C
Text Example
Text Example
White with #731D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D4C; }
p { color: rgb(115,29,76); }
H1.HeaderClassName
{
color: #731D4C;
}
.AnyTagClassName
{
color: #731D4C;
}
</style>
background-color css
<style>
a { background-color: #731D4C; }
a { background-color: rgb(115,29,76); }
div.DivClassName
{
background-color: #731D4C;
}
.BgClassName
{
background-color: #731D4C;
}
</style>
border-color css
<style>
span { border-color: #731D4C; }
span { border-color: rgb(115,29,76); }
td.TdClassName
{
border-color: #731D4C;
}
.TagClassName
{
border-color: #731D4C;
}
</style>