Shades of Pompadour #76133B
Tints of Pompadour #76133B
RGB
CMYK
RGB Variations
Color information
#76133B (or 0x76133B) is known color: Pompadour. HEX triplet: 76, 13 and 3B. RGB value is (118,19,59). Sum of RGB (Red+Green+Blue) = 118+19+59=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76133B is #89ECC4. Grayscale: #353535. Windows color (decimal): -9039045 or 3871606. OLE color: 3871606.
HSL color Cylindrical-coordinate representation of color #76133B: hue angle of 335.76º 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 #76133B is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 19 | 59 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.54 |
| HSL | 335.76º | 0.72% | 0.27% | - |
| HSV(B) | 335.76º | 0.84% | 0.46% | - |
| XYZ | 8.49 | 4.63 | 4.58 | - |
| YUV | 53.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 59 | 0 | 0.84 | 0.50 | 0.54 | 335.76 | 0.72 | 0.27 |
| Hex | 76 | 13 | 3B | 0 | 54 | 32 | 36 | 150 | 48 | 1B |
| Octal | 166 | 23 | 73 | 0 | 124 | 62 | 66 | 520 | 110 | 33 |
| Binary | 1110110 | 10011 | 111011 | 0 | 1010100 | 110010 | 110110 | 101010000 | 1001000 | 11011 |
Color Harmonies of #76133B
Complementary color
Monochromatic Colors of #76133B
Black with #76133B
Text Example
Text Example
White with #76133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76133B; }
p { color: rgb(118,19,59); }
H1.HeaderClassName
{
color: #76133B;
}
.AnyTagClassName
{
color: #76133B;
}
</style>
background-color css
<style>
a { background-color: #76133B; }
a { background-color: rgb(118,19,59); }
div.DivClassName
{
background-color: #76133B;
}
.BgClassName
{
background-color: #76133B;
}
</style>
border-color css
<style>
span { border-color: #76133B; }
span { border-color: rgb(118,19,59); }
td.TdClassName
{
border-color: #76133B;
}
.TagClassName
{
border-color: #76133B;
}
</style>