Shades of Pompadour #742252
Tints of Pompadour #742252
RGB
CMYK
RGB Variations
Color information
#742252 (or 0x742252) is known color: Pompadour. HEX triplet: 74, 22 and 52. RGB value is (116,34,82). Sum of RGB (Red+Green+Blue) = 116+34+82=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #742252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742252 is #8BDDAD. Grayscale: #3F3F3F. Windows color (decimal): -9166254 or 5382772. OLE color: 5382772.
HSL color Cylindrical-coordinate representation of color #742252: hue angle of 324.88º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #742252 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 82 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.55 |
| HSL | 324.88º | 0.55% | 0.29% | - |
| HSV(B) | 324.88º | 0.71% | 0.45% | - |
| XYZ | 9.3 | 5.47 | 8.55 | - |
| YUV | 63.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 82 | 0 | 0.71 | 0.29 | 0.55 | 324.88 | 0.55 | 0.29 |
| Hex | 74 | 22 | 52 | 0 | 47 | 1D | 37 | 145 | 37 | 1D |
| Octal | 164 | 42 | 122 | 0 | 107 | 35 | 67 | 505 | 67 | 35 |
| Binary | 1110100 | 100010 | 1010010 | 0 | 1000111 | 11101 | 110111 | 101000101 | 110111 | 11101 |
Color Harmonies of #742252
Complementary color
Monochromatic Colors of #742252
Black with #742252
Text Example
Text Example
White with #742252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742252; }
p { color: rgb(116,34,82); }
H1.HeaderClassName
{
color: #742252;
}
.AnyTagClassName
{
color: #742252;
}
</style>
background-color css
<style>
a { background-color: #742252; }
a { background-color: rgb(116,34,82); }
div.DivClassName
{
background-color: #742252;
}
.BgClassName
{
background-color: #742252;
}
</style>
border-color css
<style>
span { border-color: #742252; }
span { border-color: rgb(116,34,82); }
td.TdClassName
{
border-color: #742252;
}
.TagClassName
{
border-color: #742252;
}
</style>