Shades of Pompadour #71264E
Tints of Pompadour #71264E
RGB
CMYK
RGB Variations
Color information
#71264E (or 0x71264E) is known color: Pompadour. HEX triplet: 71, 26 and 4E. RGB value is (113,38,78). Sum of RGB (Red+Green+Blue) = 113+38+78=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71264E is #8ED9B1. Grayscale: #404040. Windows color (decimal): -9361842 or 5121649. OLE color: 5121649.
HSL color Cylindrical-coordinate representation of color #71264E: hue angle of 328º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71264E is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 38 | 78 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.56 |
| HSL | 328º | 0.5% | 0.3% | - |
| HSV(B) | 328º | 0.66% | 0.44% | - |
| XYZ | 8.88 | 5.45 | 7.79 | - |
| YUV | 64.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 78 | 0 | 0.66 | 0.31 | 0.56 | 328 | 0.5 | 0.3 |
| Hex | 71 | 26 | 4E | 0 | 42 | 1F | 38 | 148 | 32 | 1E |
| Octal | 161 | 46 | 116 | 0 | 102 | 37 | 70 | 510 | 62 | 36 |
| Binary | 1110001 | 100110 | 1001110 | 0 | 1000010 | 11111 | 111000 | 101001000 | 110010 | 11110 |
Color Harmonies of #71264E
Complementary color
Monochromatic Colors of #71264E
Black with #71264E
Text Example
Text Example
White with #71264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71264E; }
p { color: rgb(113,38,78); }
H1.HeaderClassName
{
color: #71264E;
}
.AnyTagClassName
{
color: #71264E;
}
</style>
background-color css
<style>
a { background-color: #71264E; }
a { background-color: rgb(113,38,78); }
div.DivClassName
{
background-color: #71264E;
}
.BgClassName
{
background-color: #71264E;
}
</style>
border-color css
<style>
span { border-color: #71264E; }
span { border-color: rgb(113,38,78); }
td.TdClassName
{
border-color: #71264E;
}
.TagClassName
{
border-color: #71264E;
}
</style>