Shades of Pompadour #7B193D
Tints of Pompadour #7B193D
RGB
CMYK
RGB Variations
Color information
#7B193D (or 0x7B193D) is known color: Pompadour. HEX triplet: 7B, 19 and 3D. RGB value is (123,25,61). Sum of RGB (Red+Green+Blue) = 123+25+61=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B193D is #84E6C2. Grayscale: #3A3A3A. Windows color (decimal): -8709827 or 4004219. OLE color: 4004219.
HSL color Cylindrical-coordinate representation of color #7B193D: hue angle of 337.96º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B193D is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 61 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.52 |
| HSL | 337.96º | 0.66% | 0.29% | - |
| HSV(B) | 337.96º | 0.8% | 0.48% | - |
| XYZ | 9.36 | 5.24 | 4.93 | - |
| YUV | 58.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 61 | 0 | 0.80 | 0.50 | 0.52 | 337.96 | 0.66 | 0.29 |
| Hex | 7B | 19 | 3D | 0 | 50 | 32 | 34 | 152 | 42 | 1D |
| Octal | 173 | 31 | 75 | 0 | 120 | 62 | 64 | 522 | 102 | 35 |
| Binary | 1111011 | 11001 | 111101 | 0 | 1010000 | 110010 | 110100 | 101010010 | 1000010 | 11101 |
Color Harmonies of #7B193D
Complementary color
Monochromatic Colors of #7B193D
Black with #7B193D
Text Example
Text Example
White with #7B193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B193D; }
p { color: rgb(123,25,61); }
H1.HeaderClassName
{
color: #7B193D;
}
.AnyTagClassName
{
color: #7B193D;
}
</style>
background-color css
<style>
a { background-color: #7B193D; }
a { background-color: rgb(123,25,61); }
div.DivClassName
{
background-color: #7B193D;
}
.BgClassName
{
background-color: #7B193D;
}
</style>
border-color css
<style>
span { border-color: #7B193D; }
span { border-color: rgb(123,25,61); }
td.TdClassName
{
border-color: #7B193D;
}
.TagClassName
{
border-color: #7B193D;
}
</style>