Shades of Pompadour #7D184D
Tints of Pompadour #7D184D
RGB
CMYK
RGB Variations
Color information
#7D184D (or 0x7D184D) is known color: Pompadour. HEX triplet: 7D, 18 and 4D. RGB value is (125,24,77). Sum of RGB (Red+Green+Blue) = 125+24+77=226 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.31% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 125 - color contains mainly: red. Hex color #7D184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D184D is #82E7B2. Grayscale: #3C3C3C. Windows color (decimal): -8578995 or 5052541. OLE color: 5052541.
HSL color Cylindrical-coordinate representation of color #7D184D: hue angle of 328.51º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D184D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 77 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.51 |
| HSL | 328.51º | 0.68% | 0.29% | - |
| HSV(B) | 328.51º | 0.81% | 0.49% | - |
| XYZ | 10.12 | 5.55 | 7.56 | - |
| YUV | 60.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 77 | 0 | 0.81 | 0.38 | 0.51 | 328.51 | 0.68 | 0.29 |
| Hex | 7D | 18 | 4D | 0 | 51 | 26 | 33 | 149 | 44 | 1D |
| Octal | 175 | 30 | 115 | 0 | 121 | 46 | 63 | 511 | 104 | 35 |
| Binary | 1111101 | 11000 | 1001101 | 0 | 1010001 | 100110 | 110011 | 101001001 | 1000100 | 11101 |
Color Harmonies of #7D184D
Complementary color
Monochromatic Colors of #7D184D
Black with #7D184D
Text Example
Text Example
White with #7D184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D184D; }
p { color: rgb(125,24,77); }
H1.HeaderClassName
{
color: #7D184D;
}
.AnyTagClassName
{
color: #7D184D;
}
</style>
background-color css
<style>
a { background-color: #7D184D; }
a { background-color: rgb(125,24,77); }
div.DivClassName
{
background-color: #7D184D;
}
.BgClassName
{
background-color: #7D184D;
}
</style>
border-color css
<style>
span { border-color: #7D184D; }
span { border-color: rgb(125,24,77); }
td.TdClassName
{
border-color: #7D184D;
}
.TagClassName
{
border-color: #7D184D;
}
</style>