Shades of Pompadour #7F0B49
Tints of Pompadour #7F0B49
RGB
CMYK
RGB Variations
Color information
#7F0B49 (or 0x7F0B49) is known color: Pompadour. HEX triplet: 7F, 0B and 49. RGB value is (127,11,73). Sum of RGB (Red+Green+Blue) = 127+11+73=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0B49 is #80F4B6. Grayscale: #343434. Windows color (decimal): -8451255 or 4787071. OLE color: 4787071.
HSL color Cylindrical-coordinate representation of color #7F0B49: hue angle of 327.93º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0B49 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 11 | 73 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.50 |
| HSL | 327.93º | 0.84% | 0.27% | - |
| HSV(B) | 327.93º | 0.91% | 0.5% | - |
| XYZ | 10.07 | 5.23 | 6.78 | - |
| YUV | 52.75 | 139.43 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 73 | 0 | 0.91 | 0.43 | 0.50 | 327.93 | 0.84 | 0.27 |
| Hex | 7F | B | 49 | 0 | 5B | 2B | 32 | 148 | 54 | 1B |
| Octal | 177 | 13 | 111 | 0 | 133 | 53 | 62 | 510 | 124 | 33 |
| Binary | 1111111 | 1011 | 1001001 | 0 | 1011011 | 101011 | 110010 | 101001000 | 1010100 | 11011 |
Color Harmonies of #7F0B49
Complementary color
Monochromatic Colors of #7F0B49
Black with #7F0B49
Text Example
Text Example
White with #7F0B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0B49; }
p { color: rgb(127,11,73); }
H1.HeaderClassName
{
color: #7F0B49;
}
.AnyTagClassName
{
color: #7F0B49;
}
</style>
background-color css
<style>
a { background-color: #7F0B49; }
a { background-color: rgb(127,11,73); }
div.DivClassName
{
background-color: #7F0B49;
}
.BgClassName
{
background-color: #7F0B49;
}
</style>
border-color css
<style>
span { border-color: #7F0B49; }
span { border-color: rgb(127,11,73); }
td.TdClassName
{
border-color: #7F0B49;
}
.TagClassName
{
border-color: #7F0B49;
}
</style>