Shades of Pompadour #7A123D
Tints of Pompadour #7A123D
RGB
CMYK
RGB Variations
Color information
#7A123D (or 0x7A123D) is known color: Pompadour. HEX triplet: 7A, 12 and 3D. RGB value is (122,18,61). Sum of RGB (Red+Green+Blue) = 122+18+61=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A123D is #85EDC2. Grayscale: #353535. Windows color (decimal): -8777155 or 4002426. OLE color: 4002426.
HSL color Cylindrical-coordinate representation of color #7A123D: hue angle of 335.19º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A123D is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 18 | 61 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.52 |
| HSL | 335.19º | 0.74% | 0.27% | - |
| HSV(B) | 335.19º | 0.85% | 0.48% | - |
| XYZ | 9.08 | 4.91 | 4.88 | - |
| YUV | 54 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 61 | 0 | 0.85 | 0.50 | 0.52 | 335.19 | 0.74 | 0.27 |
| Hex | 7A | 12 | 3D | 0 | 55 | 32 | 34 | 14F | 4A | 1B |
| Octal | 172 | 22 | 75 | 0 | 125 | 62 | 64 | 517 | 112 | 33 |
| Binary | 1111010 | 10010 | 111101 | 0 | 1010101 | 110010 | 110100 | 101001111 | 1001010 | 11011 |
Color Harmonies of #7A123D
Complementary color
Monochromatic Colors of #7A123D
Black with #7A123D
Text Example
Text Example
White with #7A123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A123D; }
p { color: rgb(122,18,61); }
H1.HeaderClassName
{
color: #7A123D;
}
.AnyTagClassName
{
color: #7A123D;
}
</style>
background-color css
<style>
a { background-color: #7A123D; }
a { background-color: rgb(122,18,61); }
div.DivClassName
{
background-color: #7A123D;
}
.BgClassName
{
background-color: #7A123D;
}
</style>
border-color css
<style>
span { border-color: #7A123D; }
span { border-color: rgb(122,18,61); }
td.TdClassName
{
border-color: #7A123D;
}
.TagClassName
{
border-color: #7A123D;
}
</style>