Shades of Pompadour #74113E
Tints of Pompadour #74113E
RGB
CMYK
RGB Variations
Color information
#74113E (or 0x74113E) is known color: Pompadour. HEX triplet: 74, 11 and 3E. RGB value is (116,17,62). Sum of RGB (Red+Green+Blue) = 116+17+62=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74113E is #8BEEC1. Grayscale: #333333. Windows color (decimal): -9170626 or 4067700. OLE color: 4067700.
HSL color Cylindrical-coordinate representation of color #74113E: hue angle of 332.73º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74113E is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 62 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.55 |
| HSL | 332.73º | 0.74% | 0.26% | - |
| HSV(B) | 332.73º | 0.85% | 0.45% | - |
| XYZ | 8.27 | 4.46 | 4.98 | - |
| YUV | 51.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 62 | 0 | 0.85 | 0.47 | 0.55 | 332.73 | 0.74 | 0.26 |
| Hex | 74 | 11 | 3E | 0 | 55 | 2F | 37 | 14D | 4A | 1A |
| Octal | 164 | 21 | 76 | 0 | 125 | 57 | 67 | 515 | 112 | 32 |
| Binary | 1110100 | 10001 | 111110 | 0 | 1010101 | 101111 | 110111 | 101001101 | 1001010 | 11010 |
Color Harmonies of #74113E
Complementary color
Monochromatic Colors of #74113E
Black with #74113E
Text Example
Text Example
White with #74113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74113E; }
p { color: rgb(116,17,62); }
H1.HeaderClassName
{
color: #74113E;
}
.AnyTagClassName
{
color: #74113E;
}
</style>
background-color css
<style>
a { background-color: #74113E; }
a { background-color: rgb(116,17,62); }
div.DivClassName
{
background-color: #74113E;
}
.BgClassName
{
background-color: #74113E;
}
</style>
border-color css
<style>
span { border-color: #74113E; }
span { border-color: rgb(116,17,62); }
td.TdClassName
{
border-color: #74113E;
}
.TagClassName
{
border-color: #74113E;
}
</style>