Shades of Pompadour #7D184B
Tints of Pompadour #7D184B
RGB
CMYK
RGB Variations
Color information
#7D184B (or 0x7D184B) is known color: Pompadour. HEX triplet: 7D, 18 and 4B. RGB value is (125,24,75). Sum of RGB (Red+Green+Blue) = 125+24+75=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D184B is #82E7B4. Grayscale: #3B3B3B. Windows color (decimal): -8578997 or 4921469. OLE color: 4921469.
HSL color Cylindrical-coordinate representation of color #7D184B: hue angle of 329.7º 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 #7D184B is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 75 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.51 |
| HSL | 329.7º | 0.68% | 0.29% | - |
| HSV(B) | 329.7º | 0.81% | 0.49% | - |
| XYZ | 10.05 | 5.52 | 7.19 | - |
| YUV | 60.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 75 | 0 | 0.81 | 0.40 | 0.51 | 329.7 | 0.68 | 0.29 |
| Hex | 7D | 18 | 4B | 0 | 51 | 28 | 33 | 14A | 44 | 1D |
| Octal | 175 | 30 | 113 | 0 | 121 | 50 | 63 | 512 | 104 | 35 |
| Binary | 1111101 | 11000 | 1001011 | 0 | 1010001 | 101000 | 110011 | 101001010 | 1000100 | 11101 |
Color Harmonies of #7D184B
Complementary color
Monochromatic Colors of #7D184B
Black with #7D184B
Text Example
Text Example
White with #7D184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D184B; }
p { color: rgb(125,24,75); }
H1.HeaderClassName
{
color: #7D184B;
}
.AnyTagClassName
{
color: #7D184B;
}
</style>
background-color css
<style>
a { background-color: #7D184B; }
a { background-color: rgb(125,24,75); }
div.DivClassName
{
background-color: #7D184B;
}
.BgClassName
{
background-color: #7D184B;
}
</style>
border-color css
<style>
span { border-color: #7D184B; }
span { border-color: rgb(125,24,75); }
td.TdClassName
{
border-color: #7D184B;
}
.TagClassName
{
border-color: #7D184B;
}
</style>