Shades of Pompadour #76103C
Tints of Pompadour #76103C
RGB
CMYK
RGB Variations
Color information
#76103C (or 0x76103C) is known color: Pompadour. HEX triplet: 76, 10 and 3C. RGB value is (118,16,60). Sum of RGB (Red+Green+Blue) = 118+16+60=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76103C is #89EFC3. Grayscale: #333333. Windows color (decimal): -9039812 or 3936374. OLE color: 3936374.
HSL color Cylindrical-coordinate representation of color #76103C: hue angle of 334.12º degrees, saturation: 0.76, 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 #76103C is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 16 | 60 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.54 |
| HSL | 334.12º | 0.76% | 0.26% | - |
| HSV(B) | 334.12º | 0.86% | 0.46% | - |
| XYZ | 8.47 | 4.55 | 4.71 | - |
| YUV | 51.51 | 132.79 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 60 | 0 | 0.86 | 0.49 | 0.54 | 334.12 | 0.76 | 0.26 |
| Hex | 76 | 10 | 3C | 0 | 56 | 31 | 36 | 14E | 4C | 1A |
| Octal | 166 | 20 | 74 | 0 | 126 | 61 | 66 | 516 | 114 | 32 |
| Binary | 1110110 | 10000 | 111100 | 0 | 1010110 | 110001 | 110110 | 101001110 | 1001100 | 11010 |
Color Harmonies of #76103C
Complementary color
Monochromatic Colors of #76103C
Black with #76103C
Text Example
Text Example
White with #76103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76103C; }
p { color: rgb(118,16,60); }
H1.HeaderClassName
{
color: #76103C;
}
.AnyTagClassName
{
color: #76103C;
}
</style>
background-color css
<style>
a { background-color: #76103C; }
a { background-color: rgb(118,16,60); }
div.DivClassName
{
background-color: #76103C;
}
.BgClassName
{
background-color: #76103C;
}
</style>
border-color css
<style>
span { border-color: #76103C; }
span { border-color: rgb(118,16,60); }
td.TdClassName
{
border-color: #76103C;
}
.TagClassName
{
border-color: #76103C;
}
</style>