Shades of Pompadour #76113D
Tints of Pompadour #76113D
RGB
CMYK
RGB Variations
Color information
#76113D (or 0x76113D) is known color: Pompadour. HEX triplet: 76, 11 and 3D. RGB value is (118,17,61). Sum of RGB (Red+Green+Blue) = 118+17+61=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76113D is #89EEC2. Grayscale: #343434. Windows color (decimal): -9039555 or 4002166. OLE color: 4002166.
HSL color Cylindrical-coordinate representation of color #76113D: hue angle of 333.86º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76113D is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 17 | 61 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.54 |
| HSL | 333.86º | 0.75% | 0.26% | - |
| HSV(B) | 333.86º | 0.86% | 0.46% | - |
| XYZ | 8.51 | 4.59 | 4.85 | - |
| YUV | 52.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 61 | 0 | 0.86 | 0.48 | 0.54 | 333.86 | 0.75 | 0.26 |
| Hex | 76 | 11 | 3D | 0 | 56 | 30 | 36 | 14E | 4B | 1A |
| Octal | 166 | 21 | 75 | 0 | 126 | 60 | 66 | 516 | 113 | 32 |
| Binary | 1110110 | 10001 | 111101 | 0 | 1010110 | 110000 | 110110 | 101001110 | 1001011 | 11010 |
Color Harmonies of #76113D
Complementary color
Monochromatic Colors of #76113D
Black with #76113D
Text Example
Text Example
White with #76113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76113D; }
p { color: rgb(118,17,61); }
H1.HeaderClassName
{
color: #76113D;
}
.AnyTagClassName
{
color: #76113D;
}
</style>
background-color css
<style>
a { background-color: #76113D; }
a { background-color: rgb(118,17,61); }
div.DivClassName
{
background-color: #76113D;
}
.BgClassName
{
background-color: #76113D;
}
</style>
border-color css
<style>
span { border-color: #76113D; }
span { border-color: rgb(118,17,61); }
td.TdClassName
{
border-color: #76113D;
}
.TagClassName
{
border-color: #76113D;
}
</style>