Shades of Pompadour #7A103D
Tints of Pompadour #7A103D
RGB
CMYK
RGB Variations
Color information
#7A103D (or 0x7A103D) is known color: Pompadour. HEX triplet: 7A, 10 and 3D. RGB value is (122,16,61). Sum of RGB (Red+Green+Blue) = 122+16+61=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A103D is #85EFC2. Grayscale: #343434. Windows color (decimal): -8777667 or 4001914. OLE color: 4001914.
HSL color Cylindrical-coordinate representation of color #7A103D: hue angle of 334.53º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A103D is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 16 | 61 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.52 |
| HSL | 334.53º | 0.77% | 0.27% | - |
| HSV(B) | 334.53º | 0.87% | 0.48% | - |
| XYZ | 9.05 | 4.85 | 4.87 | - |
| YUV | 52.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 61 | 0 | 0.87 | 0.50 | 0.52 | 334.53 | 0.77 | 0.27 |
| Hex | 7A | 10 | 3D | 0 | 57 | 32 | 34 | 14F | 4D | 1B |
| Octal | 172 | 20 | 75 | 0 | 127 | 62 | 64 | 517 | 115 | 33 |
| Binary | 1111010 | 10000 | 111101 | 0 | 1010111 | 110010 | 110100 | 101001111 | 1001101 | 11011 |
Color Harmonies of #7A103D
Complementary color
Monochromatic Colors of #7A103D
Black with #7A103D
Text Example
Text Example
White with #7A103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A103D; }
p { color: rgb(122,16,61); }
H1.HeaderClassName
{
color: #7A103D;
}
.AnyTagClassName
{
color: #7A103D;
}
</style>
background-color css
<style>
a { background-color: #7A103D; }
a { background-color: rgb(122,16,61); }
div.DivClassName
{
background-color: #7A103D;
}
.BgClassName
{
background-color: #7A103D;
}
</style>
border-color css
<style>
span { border-color: #7A103D; }
span { border-color: rgb(122,16,61); }
td.TdClassName
{
border-color: #7A103D;
}
.TagClassName
{
border-color: #7A103D;
}
</style>