Shades of Pompadour #7D1852
Tints of Pompadour #7D1852
RGB
CMYK
RGB Variations
Color information
#7D1852 (or 0x7D1852) is known color: Pompadour. HEX triplet: 7D, 18 and 52. RGB value is (125,24,82). Sum of RGB (Red+Green+Blue) = 125+24+82=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1852 is #82E7AD. Grayscale: #3C3C3C. Windows color (decimal): -8578990 or 5380221. OLE color: 5380221.
HSL color Cylindrical-coordinate representation of color #7D1852: hue angle of 325.54º 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 #7D1852 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 82 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.51 |
| HSL | 325.54º | 0.68% | 0.29% | - |
| HSV(B) | 325.54º | 0.81% | 0.49% | - |
| XYZ | 10.31 | 5.62 | 8.52 | - |
| YUV | 60.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 82 | 0 | 0.81 | 0.34 | 0.51 | 325.54 | 0.68 | 0.29 |
| Hex | 7D | 18 | 52 | 0 | 51 | 22 | 33 | 146 | 44 | 1D |
| Octal | 175 | 30 | 122 | 0 | 121 | 42 | 63 | 506 | 104 | 35 |
| Binary | 1111101 | 11000 | 1010010 | 0 | 1010001 | 100010 | 110011 | 101000110 | 1000100 | 11101 |
Color Harmonies of #7D1852
Complementary color
Monochromatic Colors of #7D1852
Black with #7D1852
Text Example
Text Example
White with #7D1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1852; }
p { color: rgb(125,24,82); }
H1.HeaderClassName
{
color: #7D1852;
}
.AnyTagClassName
{
color: #7D1852;
}
</style>
background-color css
<style>
a { background-color: #7D1852; }
a { background-color: rgb(125,24,82); }
div.DivClassName
{
background-color: #7D1852;
}
.BgClassName
{
background-color: #7D1852;
}
</style>
border-color css
<style>
span { border-color: #7D1852; }
span { border-color: rgb(125,24,82); }
td.TdClassName
{
border-color: #7D1852;
}
.TagClassName
{
border-color: #7D1852;
}
</style>