Shades of Pompadour #7A153D
Tints of Pompadour #7A153D
RGB
CMYK
RGB Variations
Color information
#7A153D (or 0x7A153D) is known color: Pompadour. HEX triplet: 7A, 15 and 3D. RGB value is (122,21,61). Sum of RGB (Red+Green+Blue) = 122+21+61=204 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.80% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 122 - color contains mainly: red. Hex color #7A153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A153D is #85EAC2. Grayscale: #373737. Windows color (decimal): -8776387 or 4003194. OLE color: 4003194.
HSL color Cylindrical-coordinate representation of color #7A153D: hue angle of 336.24º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A153D is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 21 | 61 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.52 |
| HSL | 336.24º | 0.71% | 0.28% | - |
| HSV(B) | 336.24º | 0.83% | 0.48% | - |
| XYZ | 9.14 | 5.01 | 4.9 | - |
| YUV | 55.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 61 | 0 | 0.83 | 0.50 | 0.52 | 336.24 | 0.71 | 0.28 |
| Hex | 7A | 15 | 3D | 0 | 53 | 32 | 34 | 150 | 47 | 1C |
| Octal | 172 | 25 | 75 | 0 | 123 | 62 | 64 | 520 | 107 | 34 |
| Binary | 1111010 | 10101 | 111101 | 0 | 1010011 | 110010 | 110100 | 101010000 | 1000111 | 11100 |
Color Harmonies of #7A153D
Complementary color
Monochromatic Colors of #7A153D
Black with #7A153D
Text Example
Text Example
White with #7A153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A153D; }
p { color: rgb(122,21,61); }
H1.HeaderClassName
{
color: #7A153D;
}
.AnyTagClassName
{
color: #7A153D;
}
</style>
background-color css
<style>
a { background-color: #7A153D; }
a { background-color: rgb(122,21,61); }
div.DivClassName
{
background-color: #7A153D;
}
.BgClassName
{
background-color: #7A153D;
}
</style>
border-color css
<style>
span { border-color: #7A153D; }
span { border-color: rgb(122,21,61); }
td.TdClassName
{
border-color: #7A153D;
}
.TagClassName
{
border-color: #7A153D;
}
</style>