Shades of Pompadour #7A173D
Tints of Pompadour #7A173D
RGB
CMYK
RGB Variations
Color information
#7A173D (or 0x7A173D) is known color: Pompadour. HEX triplet: 7A, 17 and 3D. RGB value is (122,23,61). Sum of RGB (Red+Green+Blue) = 122+23+61=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A173D is #85E8C2. Grayscale: #383838. Windows color (decimal): -8775875 or 4003706. OLE color: 4003706.
HSL color Cylindrical-coordinate representation of color #7A173D: hue angle of 336.97º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A173D is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 61 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.52 |
| HSL | 336.97º | 0.68% | 0.28% | - |
| HSV(B) | 336.97º | 0.81% | 0.48% | - |
| XYZ | 9.17 | 5.09 | 4.91 | - |
| YUV | 56.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 61 | 0 | 0.81 | 0.50 | 0.52 | 336.97 | 0.68 | 0.28 |
| Hex | 7A | 17 | 3D | 0 | 51 | 32 | 34 | 151 | 44 | 1C |
| Octal | 172 | 27 | 75 | 0 | 121 | 62 | 64 | 521 | 104 | 34 |
| Binary | 1111010 | 10111 | 111101 | 0 | 1010001 | 110010 | 110100 | 101010001 | 1000100 | 11100 |
Color Harmonies of #7A173D
Complementary color
Monochromatic Colors of #7A173D
Black with #7A173D
Text Example
Text Example
White with #7A173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A173D; }
p { color: rgb(122,23,61); }
H1.HeaderClassName
{
color: #7A173D;
}
.AnyTagClassName
{
color: #7A173D;
}
</style>
background-color css
<style>
a { background-color: #7A173D; }
a { background-color: rgb(122,23,61); }
div.DivClassName
{
background-color: #7A173D;
}
.BgClassName
{
background-color: #7A173D;
}
</style>
border-color css
<style>
span { border-color: #7A173D; }
span { border-color: rgb(122,23,61); }
td.TdClassName
{
border-color: #7A173D;
}
.TagClassName
{
border-color: #7A173D;
}
</style>