Shades of Pompadour #7D1141
Tints of Pompadour #7D1141
RGB
CMYK
RGB Variations
Color information
#7D1141 (or 0x7D1141) is known color: Pompadour. HEX triplet: 7D, 11 and 41. RGB value is (125,17,65). Sum of RGB (Red+Green+Blue) = 125+17+65=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1141 is #82EEBE. Grayscale: #363636. Windows color (decimal): -8580799 or 4264317. OLE color: 4264317.
HSL color Cylindrical-coordinate representation of color #7D1141: hue angle of 333.33º 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 #7D1141 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 65 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.51 |
| HSL | 333.33º | 0.76% | 0.28% | - |
| HSV(B) | 333.33º | 0.86% | 0.49% | - |
| XYZ | 9.61 | 5.14 | 5.49 | - |
| YUV | 54.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 65 | 0 | 0.86 | 0.48 | 0.51 | 333.33 | 0.76 | 0.28 |
| Hex | 7D | 11 | 41 | 0 | 56 | 30 | 33 | 14D | 4C | 1C |
| Octal | 175 | 21 | 101 | 0 | 126 | 60 | 63 | 515 | 114 | 34 |
| Binary | 1111101 | 10001 | 1000001 | 0 | 1010110 | 110000 | 110011 | 101001101 | 1001100 | 11100 |
Color Harmonies of #7D1141
Complementary color
Monochromatic Colors of #7D1141
Black with #7D1141
Text Example
Text Example
White with #7D1141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1141; }
p { color: rgb(125,17,65); }
H1.HeaderClassName
{
color: #7D1141;
}
.AnyTagClassName
{
color: #7D1141;
}
</style>
background-color css
<style>
a { background-color: #7D1141; }
a { background-color: rgb(125,17,65); }
div.DivClassName
{
background-color: #7D1141;
}
.BgClassName
{
background-color: #7D1141;
}
</style>
border-color css
<style>
span { border-color: #7D1141; }
span { border-color: rgb(125,17,65); }
td.TdClassName
{
border-color: #7D1141;
}
.TagClassName
{
border-color: #7D1141;
}
</style>