Shades of Pompadour #7B0D3A
Tints of Pompadour #7B0D3A
RGB
CMYK
RGB Variations
Color information
#7B0D3A (or 0x7B0D3A) is known color: Pompadour. HEX triplet: 7B, 0D and 3A. RGB value is (123,13,58). Sum of RGB (Red+Green+Blue) = 123+13+58=194 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.40% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0D3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0D3A is #84F2C5. Grayscale: #323232. Windows color (decimal): -8712902 or 3804539. OLE color: 3804539.
HSL color Cylindrical-coordinate representation of color #7B0D3A: hue angle of 335.45º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B0D3A is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 13 | 58 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.52 |
| HSL | 335.45º | 0.81% | 0.27% | - |
| HSV(B) | 335.45º | 0.89% | 0.48% | - |
| XYZ | 9.08 | 4.8 | 4.45 | - |
| YUV | 51.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 58 | 0 | 0.89 | 0.53 | 0.52 | 335.45 | 0.81 | 0.27 |
| Hex | 7B | D | 3A | 0 | 59 | 35 | 34 | 14F | 51 | 1B |
| Octal | 173 | 15 | 72 | 0 | 131 | 65 | 64 | 517 | 121 | 33 |
| Binary | 1111011 | 1101 | 111010 | 0 | 1011001 | 110101 | 110100 | 101001111 | 1010001 | 11011 |
Color Harmonies of #7B0D3A
Complementary color
Monochromatic Colors of #7B0D3A
Black with #7B0D3A
Text Example
Text Example
White with #7B0D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0D3A; }
p { color: rgb(123,13,58); }
H1.HeaderClassName
{
color: #7B0D3A;
}
.AnyTagClassName
{
color: #7B0D3A;
}
</style>
background-color css
<style>
a { background-color: #7B0D3A; }
a { background-color: rgb(123,13,58); }
div.DivClassName
{
background-color: #7B0D3A;
}
.BgClassName
{
background-color: #7B0D3A;
}
</style>
border-color css
<style>
span { border-color: #7B0D3A; }
span { border-color: rgb(123,13,58); }
td.TdClassName
{
border-color: #7B0D3A;
}
.TagClassName
{
border-color: #7B0D3A;
}
</style>