Shades of Pompadour #7D163E
Tints of Pompadour #7D163E
RGB
CMYK
RGB Variations
Color information
#7D163E (or 0x7D163E) is known color: Pompadour. HEX triplet: 7D, 16 and 3E. RGB value is (125,22,62). Sum of RGB (Red+Green+Blue) = 125+22+62=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D163E is #82E9C1. Grayscale: #393939. Windows color (decimal): -8579522 or 4068989. OLE color: 4068989.
HSL color Cylindrical-coordinate representation of color #7D163E: hue angle of 336.7º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D163E is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 22 | 62 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.51 |
| HSL | 336.7º | 0.7% | 0.29% | - |
| HSV(B) | 336.7º | 0.82% | 0.49% | - |
| XYZ | 9.61 | 5.28 | 5.07 | - |
| YUV | 57.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 22 | 62 | 0 | 0.82 | 0.50 | 0.51 | 336.7 | 0.7 | 0.29 |
| Hex | 7D | 16 | 3E | 0 | 52 | 32 | 33 | 151 | 46 | 1D |
| Octal | 175 | 26 | 76 | 0 | 122 | 62 | 63 | 521 | 106 | 35 |
| Binary | 1111101 | 10110 | 111110 | 0 | 1010010 | 110010 | 110011 | 101010001 | 1000110 | 11101 |
Color Harmonies of #7D163E
Complementary color
Monochromatic Colors of #7D163E
Black with #7D163E
Text Example
Text Example
White with #7D163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D163E; }
p { color: rgb(125,22,62); }
H1.HeaderClassName
{
color: #7D163E;
}
.AnyTagClassName
{
color: #7D163E;
}
</style>
background-color css
<style>
a { background-color: #7D163E; }
a { background-color: rgb(125,22,62); }
div.DivClassName
{
background-color: #7D163E;
}
.BgClassName
{
background-color: #7D163E;
}
</style>
border-color css
<style>
span { border-color: #7D163E; }
span { border-color: rgb(125,22,62); }
td.TdClassName
{
border-color: #7D163E;
}
.TagClassName
{
border-color: #7D163E;
}
</style>