Shades of Pompadour #7D184C
Tints of Pompadour #7D184C
RGB
CMYK
RGB Variations
Color information
#7D184C (or 0x7D184C) is known color: Pompadour. HEX triplet: 7D, 18 and 4C. RGB value is (125,24,76). Sum of RGB (Red+Green+Blue) = 125+24+76=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D184C is #82E7B3. Grayscale: #3C3C3C. Windows color (decimal): -8578996 or 4987005. OLE color: 4987005.
HSL color Cylindrical-coordinate representation of color #7D184C: hue angle of 329.11º 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 #7D184C is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 76 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.51 |
| HSL | 329.11º | 0.68% | 0.29% | - |
| HSV(B) | 329.11º | 0.81% | 0.49% | - |
| XYZ | 10.09 | 5.54 | 7.37 | - |
| YUV | 60.13 | 136.96 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 76 | 0 | 0.81 | 0.39 | 0.51 | 329.11 | 0.68 | 0.29 |
| Hex | 7D | 18 | 4C | 0 | 51 | 27 | 33 | 149 | 44 | 1D |
| Octal | 175 | 30 | 114 | 0 | 121 | 47 | 63 | 511 | 104 | 35 |
| Binary | 1111101 | 11000 | 1001100 | 0 | 1010001 | 100111 | 110011 | 101001001 | 1000100 | 11101 |
Color Harmonies of #7D184C
Complementary color
Monochromatic Colors of #7D184C
Black with #7D184C
Text Example
Text Example
White with #7D184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D184C; }
p { color: rgb(125,24,76); }
H1.HeaderClassName
{
color: #7D184C;
}
.AnyTagClassName
{
color: #7D184C;
}
</style>
background-color css
<style>
a { background-color: #7D184C; }
a { background-color: rgb(125,24,76); }
div.DivClassName
{
background-color: #7D184C;
}
.BgClassName
{
background-color: #7D184C;
}
</style>
border-color css
<style>
span { border-color: #7D184C; }
span { border-color: rgb(125,24,76); }
td.TdClassName
{
border-color: #7D184C;
}
.TagClassName
{
border-color: #7D184C;
}
</style>