Shades of Pompadour #76133F
Tints of Pompadour #76133F
RGB
CMYK
RGB Variations
Color information
#76133F (or 0x76133F) is known color: Pompadour. HEX triplet: 76, 13 and 3F. RGB value is (118,19,63). Sum of RGB (Red+Green+Blue) = 118+19+63=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76133F is #89ECC0. Grayscale: #353535. Windows color (decimal): -9039041 or 4133750. OLE color: 4133750.
HSL color Cylindrical-coordinate representation of color #76133F: hue angle of 333.33º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76133F is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 19 | 63 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.54 |
| HSL | 333.33º | 0.72% | 0.27% | - |
| HSV(B) | 333.33º | 0.84% | 0.46% | - |
| XYZ | 8.6 | 4.68 | 5.15 | - |
| YUV | 53.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 63 | 0 | 0.84 | 0.47 | 0.54 | 333.33 | 0.72 | 0.27 |
| Hex | 76 | 13 | 3F | 0 | 54 | 2F | 36 | 14D | 48 | 1B |
| Octal | 166 | 23 | 77 | 0 | 124 | 57 | 66 | 515 | 110 | 33 |
| Binary | 1110110 | 10011 | 111111 | 0 | 1010100 | 101111 | 110110 | 101001101 | 1001000 | 11011 |
Color Harmonies of #76133F
Complementary color
Monochromatic Colors of #76133F
Black with #76133F
Text Example
Text Example
White with #76133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76133F; }
p { color: rgb(118,19,63); }
H1.HeaderClassName
{
color: #76133F;
}
.AnyTagClassName
{
color: #76133F;
}
</style>
background-color css
<style>
a { background-color: #76133F; }
a { background-color: rgb(118,19,63); }
div.DivClassName
{
background-color: #76133F;
}
.BgClassName
{
background-color: #76133F;
}
</style>
border-color css
<style>
span { border-color: #76133F; }
span { border-color: rgb(118,19,63); }
td.TdClassName
{
border-color: #76133F;
}
.TagClassName
{
border-color: #76133F;
}
</style>