Shades of Pompadour #74134C
Tints of Pompadour #74134C
RGB
CMYK
RGB Variations
Color information
#74134C (or 0x74134C) is known color: Pompadour. HEX triplet: 74, 13 and 4C. RGB value is (116,19,76). Sum of RGB (Red+Green+Blue) = 116+19+76=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74134C is #8BECB3. Grayscale: #363636. Windows color (decimal): -9170100 or 4985716. OLE color: 4985716.
HSL color Cylindrical-coordinate representation of color #74134C: hue angle of 324.74º 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 #74134C is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 76 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.55 |
| HSL | 324.74º | 0.72% | 0.26% | - |
| HSV(B) | 324.74º | 0.84% | 0.45% | - |
| XYZ | 8.74 | 4.7 | 7.28 | - |
| YUV | 54.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 76 | 0 | 0.84 | 0.34 | 0.55 | 324.74 | 0.72 | 0.26 |
| Hex | 74 | 13 | 4C | 0 | 54 | 22 | 37 | 145 | 48 | 1A |
| Octal | 164 | 23 | 114 | 0 | 124 | 42 | 67 | 505 | 110 | 32 |
| Binary | 1110100 | 10011 | 1001100 | 0 | 1010100 | 100010 | 110111 | 101000101 | 1001000 | 11010 |
Color Harmonies of #74134C
Complementary color
Monochromatic Colors of #74134C
Black with #74134C
Text Example
Text Example
White with #74134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74134C; }
p { color: rgb(116,19,76); }
H1.HeaderClassName
{
color: #74134C;
}
.AnyTagClassName
{
color: #74134C;
}
</style>
background-color css
<style>
a { background-color: #74134C; }
a { background-color: rgb(116,19,76); }
div.DivClassName
{
background-color: #74134C;
}
.BgClassName
{
background-color: #74134C;
}
</style>
border-color css
<style>
span { border-color: #74134C; }
span { border-color: rgb(116,19,76); }
td.TdClassName
{
border-color: #74134C;
}
.TagClassName
{
border-color: #74134C;
}
</style>