Shades of Pompadour #7B1A42
Tints of Pompadour #7B1A42
RGB
CMYK
RGB Variations
Color information
#7B1A42 (or 0x7B1A42) is known color: Pompadour. HEX triplet: 7B, 1A and 42. RGB value is (123,26,66). Sum of RGB (Red+Green+Blue) = 123+26+66=215 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.21% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1A42 is #84E5BD. Grayscale: #3B3B3B. Windows color (decimal): -8709566 or 4332155. OLE color: 4332155.
HSL color Cylindrical-coordinate representation of color #7B1A42: hue angle of 335.26º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B1A42 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 26 | 66 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.52 |
| HSL | 335.26º | 0.65% | 0.29% | - |
| HSV(B) | 335.26º | 0.79% | 0.48% | - |
| XYZ | 9.52 | 5.34 | 5.68 | - |
| YUV | 59.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 26 | 66 | 0 | 0.79 | 0.46 | 0.52 | 335.26 | 0.65 | 0.29 |
| Hex | 7B | 1A | 42 | 0 | 4F | 2E | 34 | 14F | 41 | 1D |
| Octal | 173 | 32 | 102 | 0 | 117 | 56 | 64 | 517 | 101 | 35 |
| Binary | 1111011 | 11010 | 1000010 | 0 | 1001111 | 101110 | 110100 | 101001111 | 1000001 | 11101 |
Color Harmonies of #7B1A42
Complementary color
Monochromatic Colors of #7B1A42
Black with #7B1A42
Text Example
Text Example
White with #7B1A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1A42; }
p { color: rgb(123,26,66); }
H1.HeaderClassName
{
color: #7B1A42;
}
.AnyTagClassName
{
color: #7B1A42;
}
</style>
background-color css
<style>
a { background-color: #7B1A42; }
a { background-color: rgb(123,26,66); }
div.DivClassName
{
background-color: #7B1A42;
}
.BgClassName
{
background-color: #7B1A42;
}
</style>
border-color css
<style>
span { border-color: #7B1A42; }
span { border-color: rgb(123,26,66); }
td.TdClassName
{
border-color: #7B1A42;
}
.TagClassName
{
border-color: #7B1A42;
}
</style>