Shades of Pompadour #731C4C
Tints of Pompadour #731C4C
RGB
CMYK
RGB Variations
Color information
#731C4C (or 0x731C4C) is known color: Pompadour. HEX triplet: 73, 1C and 4C. RGB value is (115,28,76). Sum of RGB (Red+Green+Blue) = 115+28+76=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #731C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C4C is #8CE3B3. Grayscale: #3B3B3B. Windows color (decimal): -9233332 or 4988019. OLE color: 4988019.
HSL color Cylindrical-coordinate representation of color #731C4C: hue angle of 326.9º 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 #731C4C is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 76 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.55 |
| HSL | 326.9º | 0.61% | 0.28% | - |
| HSV(B) | 326.9º | 0.76% | 0.45% | - |
| XYZ | 8.79 | 5 | 7.34 | - |
| YUV | 59.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 76 | 0 | 0.76 | 0.34 | 0.55 | 326.9 | 0.61 | 0.28 |
| Hex | 73 | 1C | 4C | 0 | 4C | 22 | 37 | 147 | 3D | 1C |
| Octal | 163 | 34 | 114 | 0 | 114 | 42 | 67 | 507 | 75 | 34 |
| Binary | 1110011 | 11100 | 1001100 | 0 | 1001100 | 100010 | 110111 | 101000111 | 111101 | 11100 |
Color Harmonies of #731C4C
Complementary color
Monochromatic Colors of #731C4C
Black with #731C4C
Text Example
Text Example
White with #731C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C4C; }
p { color: rgb(115,28,76); }
H1.HeaderClassName
{
color: #731C4C;
}
.AnyTagClassName
{
color: #731C4C;
}
</style>
background-color css
<style>
a { background-color: #731C4C; }
a { background-color: rgb(115,28,76); }
div.DivClassName
{
background-color: #731C4C;
}
.BgClassName
{
background-color: #731C4C;
}
</style>
border-color css
<style>
span { border-color: #731C4C; }
span { border-color: rgb(115,28,76); }
td.TdClassName
{
border-color: #731C4C;
}
.TagClassName
{
border-color: #731C4C;
}
</style>