Shades of Pompadour #7D1A42
Tints of Pompadour #7D1A42
RGB
CMYK
RGB Variations
Color information
#7D1A42 (or 0x7D1A42) is known color: Pompadour. HEX triplet: 7D, 1A and 42. RGB value is (125,26,66). Sum of RGB (Red+Green+Blue) = 125+26+66=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1A42 is #82E5BD. Grayscale: #3C3C3C. Windows color (decimal): -8578494 or 4332157. OLE color: 4332157.
HSL color Cylindrical-coordinate representation of color #7D1A42: hue angle of 335.76º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D1A42 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 26 | 66 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.51 |
| HSL | 335.76º | 0.66% | 0.3% | - |
| HSV(B) | 335.76º | 0.79% | 0.49% | - |
| XYZ | 9.81 | 5.49 | 5.7 | - |
| YUV | 60.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 26 | 66 | 0 | 0.79 | 0.47 | 0.51 | 335.76 | 0.66 | 0.3 |
| Hex | 7D | 1A | 42 | 0 | 4F | 2F | 33 | 150 | 42 | 1E |
| Octal | 175 | 32 | 102 | 0 | 117 | 57 | 63 | 520 | 102 | 36 |
| Binary | 1111101 | 11010 | 1000010 | 0 | 1001111 | 101111 | 110011 | 101010000 | 1000010 | 11110 |
Color Harmonies of #7D1A42
Complementary color
Monochromatic Colors of #7D1A42
Black with #7D1A42
Text Example
Text Example
White with #7D1A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1A42; }
p { color: rgb(125,26,66); }
H1.HeaderClassName
{
color: #7D1A42;
}
.AnyTagClassName
{
color: #7D1A42;
}
</style>
background-color css
<style>
a { background-color: #7D1A42; }
a { background-color: rgb(125,26,66); }
div.DivClassName
{
background-color: #7D1A42;
}
.BgClassName
{
background-color: #7D1A42;
}
</style>
border-color css
<style>
span { border-color: #7D1A42; }
span { border-color: rgb(125,26,66); }
td.TdClassName
{
border-color: #7D1A42;
}
.TagClassName
{
border-color: #7D1A42;
}
</style>