Shades of Pompadour #7D113B
Tints of Pompadour #7D113B
RGB
CMYK
RGB Variations
Color information
#7D113B (or 0x7D113B) is known color: Pompadour. HEX triplet: 7D, 11 and 3B. RGB value is (125,17,59). Sum of RGB (Red+Green+Blue) = 125+17+59=201 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.19% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 125 - color contains mainly: red. Hex color #7D113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D113B is #82EEC4. Grayscale: #363636. Windows color (decimal): -8580805 or 3871101. OLE color: 3871101.
HSL color Cylindrical-coordinate representation of color #7D113B: hue angle of 336.67º 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 #7D113B is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 59 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.51 |
| HSL | 336.67º | 0.76% | 0.28% | - |
| HSV(B) | 336.67º | 0.86% | 0.49% | - |
| XYZ | 9.45 | 5.08 | 4.62 | - |
| YUV | 54.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 59 | 0 | 0.86 | 0.53 | 0.51 | 336.67 | 0.76 | 0.28 |
| Hex | 7D | 11 | 3B | 0 | 56 | 35 | 33 | 151 | 4C | 1C |
| Octal | 175 | 21 | 73 | 0 | 126 | 65 | 63 | 521 | 114 | 34 |
| Binary | 1111101 | 10001 | 111011 | 0 | 1010110 | 110101 | 110011 | 101010001 | 1001100 | 11100 |
Color Harmonies of #7D113B
Complementary color
Monochromatic Colors of #7D113B
Black with #7D113B
Text Example
Text Example
White with #7D113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D113B; }
p { color: rgb(125,17,59); }
H1.HeaderClassName
{
color: #7D113B;
}
.AnyTagClassName
{
color: #7D113B;
}
</style>
background-color css
<style>
a { background-color: #7D113B; }
a { background-color: rgb(125,17,59); }
div.DivClassName
{
background-color: #7D113B;
}
.BgClassName
{
background-color: #7D113B;
}
</style>
border-color css
<style>
span { border-color: #7D113B; }
span { border-color: rgb(125,17,59); }
td.TdClassName
{
border-color: #7D113B;
}
.TagClassName
{
border-color: #7D113B;
}
</style>