Shades of Pompadour #7D1345
Tints of Pompadour #7D1345
RGB
CMYK
RGB Variations
Color information
#7D1345 (or 0x7D1345) is known color: Pompadour. HEX triplet: 7D, 13 and 45. RGB value is (125,19,69). Sum of RGB (Red+Green+Blue) = 125+19+69=213 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.69% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1345 is #82ECBA. Grayscale: #383838. Windows color (decimal): -8580283 or 4526973. OLE color: 4526973.
HSL color Cylindrical-coordinate representation of color #7D1345: hue angle of 331.7º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1345 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 69 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.51 |
| HSL | 331.7º | 0.74% | 0.28% | - |
| HSV(B) | 331.7º | 0.85% | 0.49% | - |
| XYZ | 9.76 | 5.26 | 6.13 | - |
| YUV | 56.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 69 | 0 | 0.85 | 0.45 | 0.51 | 331.7 | 0.74 | 0.28 |
| Hex | 7D | 13 | 45 | 0 | 55 | 2D | 33 | 14C | 4A | 1C |
| Octal | 175 | 23 | 105 | 0 | 125 | 55 | 63 | 514 | 112 | 34 |
| Binary | 1111101 | 10011 | 1000101 | 0 | 1010101 | 101101 | 110011 | 101001100 | 1001010 | 11100 |
Color Harmonies of #7D1345
Complementary color
Monochromatic Colors of #7D1345
Black with #7D1345
Text Example
Text Example
White with #7D1345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1345; }
p { color: rgb(125,19,69); }
H1.HeaderClassName
{
color: #7D1345;
}
.AnyTagClassName
{
color: #7D1345;
}
</style>
background-color css
<style>
a { background-color: #7D1345; }
a { background-color: rgb(125,19,69); }
div.DivClassName
{
background-color: #7D1345;
}
.BgClassName
{
background-color: #7D1345;
}
</style>
border-color css
<style>
span { border-color: #7D1345; }
span { border-color: rgb(125,19,69); }
td.TdClassName
{
border-color: #7D1345;
}
.TagClassName
{
border-color: #7D1345;
}
</style>