Shades of Pompadour #7B1944
Tints of Pompadour #7B1944
RGB
CMYK
RGB Variations
Color information
#7B1944 (or 0x7B1944) is known color: Pompadour. HEX triplet: 7B, 19 and 44. RGB value is (123,25,68). Sum of RGB (Red+Green+Blue) = 123+25+68=216 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.94% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1944 is #84E6BB. Grayscale: #3B3B3B. Windows color (decimal): -8709820 or 4462971. OLE color: 4462971.
HSL color Cylindrical-coordinate representation of color #7B1944: hue angle of 333.67º 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 #7B1944 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 68 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.52 |
| HSL | 333.67º | 0.66% | 0.29% | - |
| HSV(B) | 333.67º | 0.8% | 0.48% | - |
| XYZ | 9.56 | 5.32 | 5.99 | - |
| YUV | 59.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 68 | 0 | 0.80 | 0.45 | 0.52 | 333.67 | 0.66 | 0.29 |
| Hex | 7B | 19 | 44 | 0 | 50 | 2D | 34 | 14E | 42 | 1D |
| Octal | 173 | 31 | 104 | 0 | 120 | 55 | 64 | 516 | 102 | 35 |
| Binary | 1111011 | 11001 | 1000100 | 0 | 1010000 | 101101 | 110100 | 101001110 | 1000010 | 11101 |
Color Harmonies of #7B1944
Complementary color
Monochromatic Colors of #7B1944
Black with #7B1944
Text Example
Text Example
White with #7B1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1944; }
p { color: rgb(123,25,68); }
H1.HeaderClassName
{
color: #7B1944;
}
.AnyTagClassName
{
color: #7B1944;
}
</style>
background-color css
<style>
a { background-color: #7B1944; }
a { background-color: rgb(123,25,68); }
div.DivClassName
{
background-color: #7B1944;
}
.BgClassName
{
background-color: #7B1944;
}
</style>
border-color css
<style>
span { border-color: #7B1944; }
span { border-color: rgb(123,25,68); }
td.TdClassName
{
border-color: #7B1944;
}
.TagClassName
{
border-color: #7B1944;
}
</style>