Shades of Pompadour #7D1850
Tints of Pompadour #7D1850
RGB
CMYK
RGB Variations
Color information
#7D1850 (or 0x7D1850) is known color: Pompadour. HEX triplet: 7D, 18 and 50. RGB value is (125,24,80). Sum of RGB (Red+Green+Blue) = 125+24+80=229 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.59% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1850 is #82E7AF. Grayscale: #3C3C3C. Windows color (decimal): -8578992 or 5249149. OLE color: 5249149.
HSL color Cylindrical-coordinate representation of color #7D1850: hue angle of 326.73º 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 #7D1850 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 80 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.51 |
| HSL | 326.73º | 0.68% | 0.29% | - |
| HSV(B) | 326.73º | 0.81% | 0.49% | - |
| XYZ | 10.23 | 5.59 | 8.13 | - |
| YUV | 60.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 80 | 0 | 0.81 | 0.36 | 0.51 | 326.73 | 0.68 | 0.29 |
| Hex | 7D | 18 | 50 | 0 | 51 | 24 | 33 | 147 | 44 | 1D |
| Octal | 175 | 30 | 120 | 0 | 121 | 44 | 63 | 507 | 104 | 35 |
| Binary | 1111101 | 11000 | 1010000 | 0 | 1010001 | 100100 | 110011 | 101000111 | 1000100 | 11101 |
Color Harmonies of #7D1850
Complementary color
Monochromatic Colors of #7D1850
Black with #7D1850
Text Example
Text Example
White with #7D1850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1850; }
p { color: rgb(125,24,80); }
H1.HeaderClassName
{
color: #7D1850;
}
.AnyTagClassName
{
color: #7D1850;
}
</style>
background-color css
<style>
a { background-color: #7D1850; }
a { background-color: rgb(125,24,80); }
div.DivClassName
{
background-color: #7D1850;
}
.BgClassName
{
background-color: #7D1850;
}
</style>
border-color css
<style>
span { border-color: #7D1850; }
span { border-color: rgb(125,24,80); }
td.TdClassName
{
border-color: #7D1850;
}
.TagClassName
{
border-color: #7D1850;
}
</style>