Shades of Pompadour #71264A
Tints of Pompadour #71264A
RGB
CMYK
RGB Variations
Color information
#71264A (or 0x71264A) is known color: Pompadour. HEX triplet: 71, 26 and 4A. RGB value is (113,38,74). Sum of RGB (Red+Green+Blue) = 113+38+74=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71264A is #8ED9B5. Grayscale: #404040. Windows color (decimal): -9361846 or 4859505. OLE color: 4859505.
HSL color Cylindrical-coordinate representation of color #71264A: hue angle of 331.2º 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 #71264A is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 38 | 74 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.56 |
| HSL | 331.2º | 0.5% | 0.3% | - |
| HSV(B) | 331.2º | 0.66% | 0.44% | - |
| XYZ | 8.74 | 5.39 | 7.06 | - |
| YUV | 64.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 74 | 0 | 0.66 | 0.35 | 0.56 | 331.2 | 0.5 | 0.3 |
| Hex | 71 | 26 | 4A | 0 | 42 | 23 | 38 | 14B | 32 | 1E |
| Octal | 161 | 46 | 112 | 0 | 102 | 43 | 70 | 513 | 62 | 36 |
| Binary | 1110001 | 100110 | 1001010 | 0 | 1000010 | 100011 | 111000 | 101001011 | 110010 | 11110 |
Color Harmonies of #71264A
Complementary color
Monochromatic Colors of #71264A
Black with #71264A
Text Example
Text Example
White with #71264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71264A; }
p { color: rgb(113,38,74); }
H1.HeaderClassName
{
color: #71264A;
}
.AnyTagClassName
{
color: #71264A;
}
</style>
background-color css
<style>
a { background-color: #71264A; }
a { background-color: rgb(113,38,74); }
div.DivClassName
{
background-color: #71264A;
}
.BgClassName
{
background-color: #71264A;
}
</style>
border-color css
<style>
span { border-color: #71264A; }
span { border-color: rgb(113,38,74); }
td.TdClassName
{
border-color: #71264A;
}
.TagClassName
{
border-color: #71264A;
}
</style>