Shades of Pompadour #7D113D
Tints of Pompadour #7D113D
RGB
CMYK
RGB Variations
Color information
#7D113D (or 0x7D113D) is known color: Pompadour. HEX triplet: 7D, 11 and 3D. RGB value is (125,17,61). Sum of RGB (Red+Green+Blue) = 125+17+61=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D113D is #82EEC2. Grayscale: #363636. Windows color (decimal): -8580803 or 4002173. OLE color: 4002173.
HSL color Cylindrical-coordinate representation of color #7D113D: hue angle of 335.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D113D is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 61 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.51 |
| HSL | 335.56º | 0.76% | 0.28% | - |
| HSV(B) | 335.56º | 0.86% | 0.49% | - |
| XYZ | 9.5 | 5.1 | 4.9 | - |
| YUV | 54.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 61 | 0 | 0.86 | 0.51 | 0.51 | 335.56 | 0.76 | 0.28 |
| Hex | 7D | 11 | 3D | 0 | 56 | 33 | 33 | 150 | 4C | 1C |
| Octal | 175 | 21 | 75 | 0 | 126 | 63 | 63 | 520 | 114 | 34 |
| Binary | 1111101 | 10001 | 111101 | 0 | 1010110 | 110011 | 110011 | 101010000 | 1001100 | 11100 |
Color Harmonies of #7D113D
Complementary color
Monochromatic Colors of #7D113D
Black with #7D113D
Text Example
Text Example
White with #7D113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D113D; }
p { color: rgb(125,17,61); }
H1.HeaderClassName
{
color: #7D113D;
}
.AnyTagClassName
{
color: #7D113D;
}
</style>
background-color css
<style>
a { background-color: #7D113D; }
a { background-color: rgb(125,17,61); }
div.DivClassName
{
background-color: #7D113D;
}
.BgClassName
{
background-color: #7D113D;
}
</style>
border-color css
<style>
span { border-color: #7D113D; }
span { border-color: rgb(125,17,61); }
td.TdClassName
{
border-color: #7D113D;
}
.TagClassName
{
border-color: #7D113D;
}
</style>