Shades of Pompadour #74124A
Tints of Pompadour #74124A
RGB
CMYK
RGB Variations
Color information
#74124A (or 0x74124A) is known color: Pompadour. HEX triplet: 74, 12 and 4A. RGB value is (116,18,74). Sum of RGB (Red+Green+Blue) = 116+18+74=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #74124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74124A is #8BEDB5. Grayscale: #353535. Windows color (decimal): -9170358 or 4854388. OLE color: 4854388.
HSL color Cylindrical-coordinate representation of color #74124A: hue angle of 325.71º degrees, saturation: 0.73, 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 #74124A is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 18 | 74 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.55 |
| HSL | 325.71º | 0.73% | 0.26% | - |
| HSV(B) | 325.71º | 0.84% | 0.45% | - |
| XYZ | 8.65 | 4.64 | 6.92 | - |
| YUV | 53.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 74 | 0 | 0.84 | 0.36 | 0.55 | 325.71 | 0.73 | 0.26 |
| Hex | 74 | 12 | 4A | 0 | 54 | 24 | 37 | 146 | 49 | 1A |
| Octal | 164 | 22 | 112 | 0 | 124 | 44 | 67 | 506 | 111 | 32 |
| Binary | 1110100 | 10010 | 1001010 | 0 | 1010100 | 100100 | 110111 | 101000110 | 1001001 | 11010 |
Color Harmonies of #74124A
Complementary color
Monochromatic Colors of #74124A
Black with #74124A
Text Example
Text Example
White with #74124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74124A; }
p { color: rgb(116,18,74); }
H1.HeaderClassName
{
color: #74124A;
}
.AnyTagClassName
{
color: #74124A;
}
</style>
background-color css
<style>
a { background-color: #74124A; }
a { background-color: rgb(116,18,74); }
div.DivClassName
{
background-color: #74124A;
}
.BgClassName
{
background-color: #74124A;
}
</style>
border-color css
<style>
span { border-color: #74124A; }
span { border-color: rgb(116,18,74); }
td.TdClassName
{
border-color: #74124A;
}
.TagClassName
{
border-color: #74124A;
}
</style>