Shades of Pompadour #74134F
Tints of Pompadour #74134F
RGB
CMYK
RGB Variations
Color information
#74134F (or 0x74134F) is known color: Pompadour. HEX triplet: 74, 13 and 4F. RGB value is (116,19,79). Sum of RGB (Red+Green+Blue) = 116+19+79=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74134F is #8BECB0. Grayscale: #363636. Windows color (decimal): -9170097 or 5182324. OLE color: 5182324.
HSL color Cylindrical-coordinate representation of color #74134F: hue angle of 322.89º 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 #74134F is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 79 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.55 |
| HSL | 322.89º | 0.72% | 0.26% | - |
| HSV(B) | 322.89º | 0.84% | 0.45% | - |
| XYZ | 8.85 | 4.74 | 7.85 | - |
| YUV | 54.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 79 | 0 | 0.84 | 0.32 | 0.55 | 322.89 | 0.72 | 0.26 |
| Hex | 74 | 13 | 4F | 0 | 54 | 20 | 37 | 143 | 48 | 1A |
| Octal | 164 | 23 | 117 | 0 | 124 | 40 | 67 | 503 | 110 | 32 |
| Binary | 1110100 | 10011 | 1001111 | 0 | 1010100 | 100000 | 110111 | 101000011 | 1001000 | 11010 |
Color Harmonies of #74134F
Complementary color
Monochromatic Colors of #74134F
Black with #74134F
Text Example
Text Example
White with #74134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74134F; }
p { color: rgb(116,19,79); }
H1.HeaderClassName
{
color: #74134F;
}
.AnyTagClassName
{
color: #74134F;
}
</style>
background-color css
<style>
a { background-color: #74134F; }
a { background-color: rgb(116,19,79); }
div.DivClassName
{
background-color: #74134F;
}
.BgClassName
{
background-color: #74134F;
}
</style>
border-color css
<style>
span { border-color: #74134F; }
span { border-color: rgb(116,19,79); }
td.TdClassName
{
border-color: #74134F;
}
.TagClassName
{
border-color: #74134F;
}
</style>