Shades of Pompadour #7B103C
Tints of Pompadour #7B103C
RGB
CMYK
RGB Variations
Color information
#7B103C (or 0x7B103C) is known color: Pompadour. HEX triplet: 7B, 10 and 3C. RGB value is (123,16,60). Sum of RGB (Red+Green+Blue) = 123+16+60=199 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.81% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 123 - color contains mainly: red. Hex color #7B103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B103C is #84EFC3. Grayscale: #343434. Windows color (decimal): -8712132 or 3936379. OLE color: 3936379.
HSL color Cylindrical-coordinate representation of color #7B103C: hue angle of 335.33º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B103C is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 16 | 60 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.52 |
| HSL | 335.33º | 0.77% | 0.27% | - |
| HSV(B) | 335.33º | 0.87% | 0.48% | - |
| XYZ | 9.17 | 4.91 | 4.74 | - |
| YUV | 53.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 60 | 0 | 0.87 | 0.51 | 0.52 | 335.33 | 0.77 | 0.27 |
| Hex | 7B | 10 | 3C | 0 | 57 | 33 | 34 | 14F | 4D | 1B |
| Octal | 173 | 20 | 74 | 0 | 127 | 63 | 64 | 517 | 115 | 33 |
| Binary | 1111011 | 10000 | 111100 | 0 | 1010111 | 110011 | 110100 | 101001111 | 1001101 | 11011 |
Color Harmonies of #7B103C
Complementary color
Monochromatic Colors of #7B103C
Black with #7B103C
Text Example
Text Example
White with #7B103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B103C; }
p { color: rgb(123,16,60); }
H1.HeaderClassName
{
color: #7B103C;
}
.AnyTagClassName
{
color: #7B103C;
}
</style>
background-color css
<style>
a { background-color: #7B103C; }
a { background-color: rgb(123,16,60); }
div.DivClassName
{
background-color: #7B103C;
}
.BgClassName
{
background-color: #7B103C;
}
</style>
border-color css
<style>
span { border-color: #7B103C; }
span { border-color: rgb(123,16,60); }
td.TdClassName
{
border-color: #7B103C;
}
.TagClassName
{
border-color: #7B103C;
}
</style>