Shades of Pompadour #7B133F
Tints of Pompadour #7B133F
RGB
CMYK
RGB Variations
Color information
#7B133F (or 0x7B133F) is known color: Pompadour. HEX triplet: 7B, 13 and 3F. RGB value is (123,19,63). Sum of RGB (Red+Green+Blue) = 123+19+63=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B133F is #84ECC0. Grayscale: #373737. Windows color (decimal): -8711361 or 4133755. OLE color: 4133755.
HSL color Cylindrical-coordinate representation of color #7B133F: hue angle of 334.62º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B133F is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 19 | 63 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.52 |
| HSL | 334.62º | 0.73% | 0.28% | - |
| HSV(B) | 334.62º | 0.85% | 0.48% | - |
| XYZ | 9.3 | 5.04 | 5.18 | - |
| YUV | 55.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 63 | 0 | 0.85 | 0.49 | 0.52 | 334.62 | 0.73 | 0.28 |
| Hex | 7B | 13 | 3F | 0 | 55 | 31 | 34 | 14F | 49 | 1C |
| Octal | 173 | 23 | 77 | 0 | 125 | 61 | 64 | 517 | 111 | 34 |
| Binary | 1111011 | 10011 | 111111 | 0 | 1010101 | 110001 | 110100 | 101001111 | 1001001 | 11100 |
Color Harmonies of #7B133F
Complementary color
Monochromatic Colors of #7B133F
Black with #7B133F
Text Example
Text Example
White with #7B133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B133F; }
p { color: rgb(123,19,63); }
H1.HeaderClassName
{
color: #7B133F;
}
.AnyTagClassName
{
color: #7B133F;
}
</style>
background-color css
<style>
a { background-color: #7B133F; }
a { background-color: rgb(123,19,63); }
div.DivClassName
{
background-color: #7B133F;
}
.BgClassName
{
background-color: #7B133F;
}
</style>
border-color css
<style>
span { border-color: #7B133F; }
span { border-color: rgb(123,19,63); }
td.TdClassName
{
border-color: #7B133F;
}
.TagClassName
{
border-color: #7B133F;
}
</style>