Shades of Pompadour #74134D
Tints of Pompadour #74134D
RGB
CMYK
RGB Variations
Color information
#74134D (or 0x74134D) is known color: Pompadour. HEX triplet: 74, 13 and 4D. RGB value is (116,19,77). Sum of RGB (Red+Green+Blue) = 116+19+77=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74134D is #8BECB2. Grayscale: #363636. Windows color (decimal): -9170099 or 5051252. OLE color: 5051252.
HSL color Cylindrical-coordinate representation of color #74134D: hue angle of 324.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74134D is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 77 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.55 |
| HSL | 324.12º | 0.72% | 0.26% | - |
| HSV(B) | 324.12º | 0.84% | 0.45% | - |
| XYZ | 8.77 | 4.71 | 7.47 | - |
| YUV | 54.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 77 | 0 | 0.84 | 0.34 | 0.55 | 324.12 | 0.72 | 0.26 |
| Hex | 74 | 13 | 4D | 0 | 54 | 22 | 37 | 144 | 48 | 1A |
| Octal | 164 | 23 | 115 | 0 | 124 | 42 | 67 | 504 | 110 | 32 |
| Binary | 1110100 | 10011 | 1001101 | 0 | 1010100 | 100010 | 110111 | 101000100 | 1001000 | 11010 |
Color Harmonies of #74134D
Complementary color
Monochromatic Colors of #74134D
Black with #74134D
Text Example
Text Example
White with #74134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74134D; }
p { color: rgb(116,19,77); }
H1.HeaderClassName
{
color: #74134D;
}
.AnyTagClassName
{
color: #74134D;
}
</style>
background-color css
<style>
a { background-color: #74134D; }
a { background-color: rgb(116,19,77); }
div.DivClassName
{
background-color: #74134D;
}
.BgClassName
{
background-color: #74134D;
}
</style>
border-color css
<style>
span { border-color: #74134D; }
span { border-color: rgb(116,19,77); }
td.TdClassName
{
border-color: #74134D;
}
.TagClassName
{
border-color: #74134D;
}
</style>