Shades of Pompadour #7A123F
Tints of Pompadour #7A123F
RGB
CMYK
RGB Variations
Color information
#7A123F (or 0x7A123F) is known color: Pompadour. HEX triplet: 7A, 12 and 3F. RGB value is (122,18,63). Sum of RGB (Red+Green+Blue) = 122+18+63=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A123F is #85EDC0. Grayscale: #363636. Windows color (decimal): -8777153 or 4133498. OLE color: 4133498.
HSL color Cylindrical-coordinate representation of color #7A123F: hue angle of 334.04º 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 #7A123F is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 18 | 63 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.52 |
| HSL | 334.04º | 0.74% | 0.27% | - |
| HSV(B) | 334.04º | 0.85% | 0.48% | - |
| XYZ | 9.14 | 4.93 | 5.17 | - |
| YUV | 54.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 63 | 0 | 0.85 | 0.48 | 0.52 | 334.04 | 0.74 | 0.27 |
| Hex | 7A | 12 | 3F | 0 | 55 | 30 | 34 | 14E | 4A | 1B |
| Octal | 172 | 22 | 77 | 0 | 125 | 60 | 64 | 516 | 112 | 33 |
| Binary | 1111010 | 10010 | 111111 | 0 | 1010101 | 110000 | 110100 | 101001110 | 1001010 | 11011 |
Color Harmonies of #7A123F
Complementary color
Monochromatic Colors of #7A123F
Black with #7A123F
Text Example
Text Example
White with #7A123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A123F; }
p { color: rgb(122,18,63); }
H1.HeaderClassName
{
color: #7A123F;
}
.AnyTagClassName
{
color: #7A123F;
}
</style>
background-color css
<style>
a { background-color: #7A123F; }
a { background-color: rgb(122,18,63); }
div.DivClassName
{
background-color: #7A123F;
}
.BgClassName
{
background-color: #7A123F;
}
</style>
border-color css
<style>
span { border-color: #7A123F; }
span { border-color: rgb(122,18,63); }
td.TdClassName
{
border-color: #7A123F;
}
.TagClassName
{
border-color: #7A123F;
}
</style>