Shades of Pompadour #77133D
Tints of Pompadour #77133D
RGB
CMYK
RGB Variations
Color information
#77133D (or 0x77133D) is known color: Pompadour. HEX triplet: 77, 13 and 3D. RGB value is (119,19,61). Sum of RGB (Red+Green+Blue) = 119+19+61=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77133D is #88ECC2. Grayscale: #353535. Windows color (decimal): -8973507 or 4002679. OLE color: 4002679.
HSL color Cylindrical-coordinate representation of color #77133D: hue angle of 334.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77133D is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 19 | 61 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.53 |
| HSL | 334.8º | 0.72% | 0.27% | - |
| HSV(B) | 334.8º | 0.84% | 0.47% | - |
| XYZ | 8.68 | 4.72 | 4.87 | - |
| YUV | 53.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 61 | 0 | 0.84 | 0.49 | 0.53 | 334.8 | 0.72 | 0.27 |
| Hex | 77 | 13 | 3D | 0 | 54 | 31 | 35 | 14F | 48 | 1B |
| Octal | 167 | 23 | 75 | 0 | 124 | 61 | 65 | 517 | 110 | 33 |
| Binary | 1110111 | 10011 | 111101 | 0 | 1010100 | 110001 | 110101 | 101001111 | 1001000 | 11011 |
Color Harmonies of #77133D
Complementary color
Monochromatic Colors of #77133D
Black with #77133D
Text Example
Text Example
White with #77133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77133D; }
p { color: rgb(119,19,61); }
H1.HeaderClassName
{
color: #77133D;
}
.AnyTagClassName
{
color: #77133D;
}
</style>
background-color css
<style>
a { background-color: #77133D; }
a { background-color: rgb(119,19,61); }
div.DivClassName
{
background-color: #77133D;
}
.BgClassName
{
background-color: #77133D;
}
</style>
border-color css
<style>
span { border-color: #77133D; }
span { border-color: rgb(119,19,61); }
td.TdClassName
{
border-color: #77133D;
}
.TagClassName
{
border-color: #77133D;
}
</style>