Shades of Pompadour #731F4B
Tints of Pompadour #731F4B
RGB
CMYK
RGB Variations
Color information
#731F4B (or 0x731F4B) is known color: Pompadour. HEX triplet: 73, 1F and 4B. RGB value is (115,31,75). Sum of RGB (Red+Green+Blue) = 115+31+75=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #731F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F4B is #8CE0B4. Grayscale: #3D3D3D. Windows color (decimal): -9232565 or 4923251. OLE color: 4923251.
HSL color Cylindrical-coordinate representation of color #731F4B: hue angle of 328.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F4B is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 31 | 75 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.55 |
| HSL | 328.57º | 0.58% | 0.29% | - |
| HSV(B) | 328.57º | 0.73% | 0.45% | - |
| XYZ | 8.83 | 5.13 | 7.18 | - |
| YUV | 61.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 75 | 0 | 0.73 | 0.35 | 0.55 | 328.57 | 0.58 | 0.29 |
| Hex | 73 | 1F | 4B | 0 | 49 | 23 | 37 | 149 | 3A | 1D |
| Octal | 163 | 37 | 113 | 0 | 111 | 43 | 67 | 511 | 72 | 35 |
| Binary | 1110011 | 11111 | 1001011 | 0 | 1001001 | 100011 | 110111 | 101001001 | 111010 | 11101 |
Color Harmonies of #731F4B
Complementary color
Monochromatic Colors of #731F4B
Black with #731F4B
Text Example
Text Example
White with #731F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731F4B; }
p { color: rgb(115,31,75); }
H1.HeaderClassName
{
color: #731F4B;
}
.AnyTagClassName
{
color: #731F4B;
}
</style>
background-color css
<style>
a { background-color: #731F4B; }
a { background-color: rgb(115,31,75); }
div.DivClassName
{
background-color: #731F4B;
}
.BgClassName
{
background-color: #731F4B;
}
</style>
border-color css
<style>
span { border-color: #731F4B; }
span { border-color: rgb(115,31,75); }
td.TdClassName
{
border-color: #731F4B;
}
.TagClassName
{
border-color: #731F4B;
}
</style>