Shades of Pompadour #7B163C
Tints of Pompadour #7B163C
RGB
CMYK
RGB Variations
Color information
#7B163C (or 0x7B163C) is known color: Pompadour. HEX triplet: 7B, 16 and 3C. RGB value is (123,22,60). Sum of RGB (Red+Green+Blue) = 123+22+60=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B163C is #84E9C3. Grayscale: #383838. Windows color (decimal): -8710596 or 3937915. OLE color: 3937915.
HSL color Cylindrical-coordinate representation of color #7B163C: hue angle of 337.43º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B163C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 60 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.52 |
| HSL | 337.43º | 0.7% | 0.28% | - |
| HSV(B) | 337.43º | 0.82% | 0.48% | - |
| XYZ | 9.27 | 5.11 | 4.77 | - |
| YUV | 56.53 | 129.96 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 60 | 0 | 0.82 | 0.51 | 0.52 | 337.43 | 0.7 | 0.28 |
| Hex | 7B | 16 | 3C | 0 | 52 | 33 | 34 | 151 | 46 | 1C |
| Octal | 173 | 26 | 74 | 0 | 122 | 63 | 64 | 521 | 106 | 34 |
| Binary | 1111011 | 10110 | 111100 | 0 | 1010010 | 110011 | 110100 | 101010001 | 1000110 | 11100 |
Color Harmonies of #7B163C
Complementary color
Monochromatic Colors of #7B163C
Black with #7B163C
Text Example
Text Example
White with #7B163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B163C; }
p { color: rgb(123,22,60); }
H1.HeaderClassName
{
color: #7B163C;
}
.AnyTagClassName
{
color: #7B163C;
}
</style>
background-color css
<style>
a { background-color: #7B163C; }
a { background-color: rgb(123,22,60); }
div.DivClassName
{
background-color: #7B163C;
}
.BgClassName
{
background-color: #7B163C;
}
</style>
border-color css
<style>
span { border-color: #7B163C; }
span { border-color: rgb(123,22,60); }
td.TdClassName
{
border-color: #7B163C;
}
.TagClassName
{
border-color: #7B163C;
}
</style>