Shades of Pompadour #7D133F
Tints of Pompadour #7D133F
RGB
CMYK
RGB Variations
Color information
#7D133F (or 0x7D133F) is known color: Pompadour. HEX triplet: 7D, 13 and 3F. RGB value is (125,19,63). Sum of RGB (Red+Green+Blue) = 125+19+63=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D133F is #82ECC0. Grayscale: #373737. Windows color (decimal): -8580289 or 4133757. OLE color: 4133757.
HSL color Cylindrical-coordinate representation of color #7D133F: hue angle of 335.09º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D133F is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 63 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.51 |
| HSL | 335.09º | 0.74% | 0.28% | - |
| HSV(B) | 335.09º | 0.85% | 0.49% | - |
| XYZ | 9.59 | 5.18 | 5.2 | - |
| YUV | 55.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 63 | 0 | 0.85 | 0.50 | 0.51 | 335.09 | 0.74 | 0.28 |
| Hex | 7D | 13 | 3F | 0 | 55 | 32 | 33 | 14F | 4A | 1C |
| Octal | 175 | 23 | 77 | 0 | 125 | 62 | 63 | 517 | 112 | 34 |
| Binary | 1111101 | 10011 | 111111 | 0 | 1010101 | 110010 | 110011 | 101001111 | 1001010 | 11100 |
Color Harmonies of #7D133F
Complementary color
Monochromatic Colors of #7D133F
Black with #7D133F
Text Example
Text Example
White with #7D133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D133F; }
p { color: rgb(125,19,63); }
H1.HeaderClassName
{
color: #7D133F;
}
.AnyTagClassName
{
color: #7D133F;
}
</style>
background-color css
<style>
a { background-color: #7D133F; }
a { background-color: rgb(125,19,63); }
div.DivClassName
{
background-color: #7D133F;
}
.BgClassName
{
background-color: #7D133F;
}
</style>
border-color css
<style>
span { border-color: #7D133F; }
span { border-color: rgb(125,19,63); }
td.TdClassName
{
border-color: #7D133F;
}
.TagClassName
{
border-color: #7D133F;
}
</style>