Shades of Pompadour #741256
Tints of Pompadour #741256
RGB
CMYK
RGB Variations
Color information
#741256 (or 0x741256) is known color: Pompadour. HEX triplet: 74, 12 and 56. RGB value is (116,18,86). Sum of RGB (Red+Green+Blue) = 116+18+86=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #741256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741256 is #8BEDA9. Grayscale: #363636. Windows color (decimal): -9170346 or 5640820. OLE color: 5640820.
HSL color Cylindrical-coordinate representation of color #741256: hue angle of 318.37º 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 #741256 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 18 | 86 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.55 |
| HSL | 318.37º | 0.73% | 0.26% | - |
| HSV(B) | 318.37º | 0.84% | 0.45% | - |
| XYZ | 9.1 | 4.82 | 9.25 | - |
| YUV | 55.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 86 | 0 | 0.84 | 0.26 | 0.55 | 318.37 | 0.73 | 0.26 |
| Hex | 74 | 12 | 56 | 0 | 54 | 1A | 37 | 13E | 49 | 1A |
| Octal | 164 | 22 | 126 | 0 | 124 | 32 | 67 | 476 | 111 | 32 |
| Binary | 1110100 | 10010 | 1010110 | 0 | 1010100 | 11010 | 110111 | 100111110 | 1001001 | 11010 |
Color Harmonies of #741256
Complementary color
Monochromatic Colors of #741256
Black with #741256
Text Example
Text Example
White with #741256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741256; }
p { color: rgb(116,18,86); }
H1.HeaderClassName
{
color: #741256;
}
.AnyTagClassName
{
color: #741256;
}
</style>
background-color css
<style>
a { background-color: #741256; }
a { background-color: rgb(116,18,86); }
div.DivClassName
{
background-color: #741256;
}
.BgClassName
{
background-color: #741256;
}
</style>
border-color css
<style>
span { border-color: #741256; }
span { border-color: rgb(116,18,86); }
td.TdClassName
{
border-color: #741256;
}
.TagClassName
{
border-color: #741256;
}
</style>