Shades of Pompadour #721F4B
Tints of Pompadour #721F4B
RGB
CMYK
RGB Variations
Color information
#721F4B (or 0x721F4B) is known color: Pompadour. HEX triplet: 72, 1F and 4B. RGB value is (114,31,75). Sum of RGB (Red+Green+Blue) = 114+31+75=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #721F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F4B is #8DE0B4. Grayscale: #3C3C3C. Windows color (decimal): -9298101 or 4923250. OLE color: 4923250.
HSL color Cylindrical-coordinate representation of color #721F4B: hue angle of 328.19º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #721F4B is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 31 | 75 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.55 |
| HSL | 328.19º | 0.57% | 0.28% | - |
| HSV(B) | 328.19º | 0.73% | 0.45% | - |
| XYZ | 8.7 | 5.07 | 7.18 | - |
| YUV | 60.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 75 | 0 | 0.73 | 0.34 | 0.55 | 328.19 | 0.57 | 0.28 |
| Hex | 72 | 1F | 4B | 0 | 49 | 22 | 37 | 148 | 39 | 1C |
| Octal | 162 | 37 | 113 | 0 | 111 | 42 | 67 | 510 | 71 | 34 |
| Binary | 1110010 | 11111 | 1001011 | 0 | 1001001 | 100010 | 110111 | 101001000 | 111001 | 11100 |
Color Harmonies of #721F4B
Complementary color
Monochromatic Colors of #721F4B
Black with #721F4B
Text Example
Text Example
White with #721F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721F4B; }
p { color: rgb(114,31,75); }
H1.HeaderClassName
{
color: #721F4B;
}
.AnyTagClassName
{
color: #721F4B;
}
</style>
background-color css
<style>
a { background-color: #721F4B; }
a { background-color: rgb(114,31,75); }
div.DivClassName
{
background-color: #721F4B;
}
.BgClassName
{
background-color: #721F4B;
}
</style>
border-color css
<style>
span { border-color: #721F4B; }
span { border-color: rgb(114,31,75); }
td.TdClassName
{
border-color: #721F4B;
}
.TagClassName
{
border-color: #721F4B;
}
</style>