Shades of Pompadour #731D4B
Tints of Pompadour #731D4B
RGB
CMYK
RGB Variations
Color information
#731D4B (or 0x731D4B) is known color: Pompadour. HEX triplet: 73, 1D and 4B. RGB value is (115,29,75). Sum of RGB (Red+Green+Blue) = 115+29+75=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #731D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D4B is #8CE2B4. Grayscale: #3B3B3B. Windows color (decimal): -9233077 or 4922739. OLE color: 4922739.
HSL color Cylindrical-coordinate representation of color #731D4B: hue angle of 327.91º 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 #731D4B is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 75 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.55 |
| HSL | 327.91º | 0.6% | 0.28% | - |
| HSV(B) | 327.91º | 0.75% | 0.45% | - |
| XYZ | 8.78 | 5.03 | 7.17 | - |
| YUV | 59.96 | 136.49 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 75 | 0 | 0.75 | 0.35 | 0.55 | 327.91 | 0.6 | 0.28 |
| Hex | 73 | 1D | 4B | 0 | 4B | 23 | 37 | 148 | 3C | 1C |
| Octal | 163 | 35 | 113 | 0 | 113 | 43 | 67 | 510 | 74 | 34 |
| Binary | 1110011 | 11101 | 1001011 | 0 | 1001011 | 100011 | 110111 | 101001000 | 111100 | 11100 |
Color Harmonies of #731D4B
Complementary color
Monochromatic Colors of #731D4B
Black with #731D4B
Text Example
Text Example
White with #731D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D4B; }
p { color: rgb(115,29,75); }
H1.HeaderClassName
{
color: #731D4B;
}
.AnyTagClassName
{
color: #731D4B;
}
</style>
background-color css
<style>
a { background-color: #731D4B; }
a { background-color: rgb(115,29,75); }
div.DivClassName
{
background-color: #731D4B;
}
.BgClassName
{
background-color: #731D4B;
}
</style>
border-color css
<style>
span { border-color: #731D4B; }
span { border-color: rgb(115,29,75); }
td.TdClassName
{
border-color: #731D4B;
}
.TagClassName
{
border-color: #731D4B;
}
</style>