Shades of Pompadour #742148
Tints of Pompadour #742148
RGB
CMYK
RGB Variations
Color information
#742148 (or 0x742148) is known color: Pompadour. HEX triplet: 74, 21 and 48. RGB value is (116,33,72). Sum of RGB (Red+Green+Blue) = 116+33+72=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #742148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742148 is #8BDEB7. Grayscale: #3E3E3E. Windows color (decimal): -9166520 or 4727156. OLE color: 4727156.
HSL color Cylindrical-coordinate representation of color #742148: hue angle of 331.81º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742148 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 33 | 72 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.55 |
| HSL | 331.81º | 0.56% | 0.29% | - |
| HSV(B) | 331.81º | 0.72% | 0.45% | - |
| XYZ | 8.92 | 5.27 | 6.68 | - |
| YUV | 62.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 33 | 72 | 0 | 0.72 | 0.38 | 0.55 | 331.81 | 0.56 | 0.29 |
| Hex | 74 | 21 | 48 | 0 | 48 | 26 | 37 | 14C | 38 | 1D |
| Octal | 164 | 41 | 110 | 0 | 110 | 46 | 67 | 514 | 70 | 35 |
| Binary | 1110100 | 100001 | 1001000 | 0 | 1001000 | 100110 | 110111 | 101001100 | 111000 | 11101 |
Color Harmonies of #742148
Complementary color
Monochromatic Colors of #742148
Black with #742148
Text Example
Text Example
White with #742148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742148; }
p { color: rgb(116,33,72); }
H1.HeaderClassName
{
color: #742148;
}
.AnyTagClassName
{
color: #742148;
}
</style>
background-color css
<style>
a { background-color: #742148; }
a { background-color: rgb(116,33,72); }
div.DivClassName
{
background-color: #742148;
}
.BgClassName
{
background-color: #742148;
}
</style>
border-color css
<style>
span { border-color: #742148; }
span { border-color: rgb(116,33,72); }
td.TdClassName
{
border-color: #742148;
}
.TagClassName
{
border-color: #742148;
}
</style>