Shades of Pompadour #7D1543
Tints of Pompadour #7D1543
RGB
CMYK
RGB Variations
Color information
#7D1543 (or 0x7D1543) is known color: Pompadour. HEX triplet: 7D, 15 and 43. RGB value is (125,21,67). Sum of RGB (Red+Green+Blue) = 125+21+67=213 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.69% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1543 is #82EABC. Grayscale: #393939. Windows color (decimal): -8579773 or 4396413. OLE color: 4396413.
HSL color Cylindrical-coordinate representation of color #7D1543: hue angle of 333.46º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1543 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 21 | 67 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.51 |
| HSL | 333.46º | 0.71% | 0.29% | - |
| HSV(B) | 333.46º | 0.83% | 0.49% | - |
| XYZ | 9.74 | 5.3 | 5.82 | - |
| YUV | 57.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 21 | 67 | 0 | 0.83 | 0.46 | 0.51 | 333.46 | 0.71 | 0.29 |
| Hex | 7D | 15 | 43 | 0 | 53 | 2E | 33 | 14D | 47 | 1D |
| Octal | 175 | 25 | 103 | 0 | 123 | 56 | 63 | 515 | 107 | 35 |
| Binary | 1111101 | 10101 | 1000011 | 0 | 1010011 | 101110 | 110011 | 101001101 | 1000111 | 11101 |
Color Harmonies of #7D1543
Complementary color
Monochromatic Colors of #7D1543
Black with #7D1543
Text Example
Text Example
White with #7D1543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1543; }
p { color: rgb(125,21,67); }
H1.HeaderClassName
{
color: #7D1543;
}
.AnyTagClassName
{
color: #7D1543;
}
</style>
background-color css
<style>
a { background-color: #7D1543; }
a { background-color: rgb(125,21,67); }
div.DivClassName
{
background-color: #7D1543;
}
.BgClassName
{
background-color: #7D1543;
}
</style>
border-color css
<style>
span { border-color: #7D1543; }
span { border-color: rgb(125,21,67); }
td.TdClassName
{
border-color: #7D1543;
}
.TagClassName
{
border-color: #7D1543;
}
</style>