Shades of Pompadour #71244A
Tints of Pompadour #71244A
RGB
CMYK
RGB Variations
Color information
#71244A (or 0x71244A) is known color: Pompadour. HEX triplet: 71, 24 and 4A. RGB value is (113,36,74). Sum of RGB (Red+Green+Blue) = 113+36+74=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71244A is #8EDBB5. Grayscale: #3F3F3F. Windows color (decimal): -9362358 or 4858993. OLE color: 4858993.
HSL color Cylindrical-coordinate representation of color #71244A: hue angle of 330.39º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71244A is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 36 | 74 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.56 |
| HSL | 330.39º | 0.52% | 0.29% | - |
| HSV(B) | 330.39º | 0.68% | 0.44% | - |
| XYZ | 8.68 | 5.27 | 7.04 | - |
| YUV | 63.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 74 | 0 | 0.68 | 0.35 | 0.56 | 330.39 | 0.52 | 0.29 |
| Hex | 71 | 24 | 4A | 0 | 44 | 23 | 38 | 14A | 34 | 1D |
| Octal | 161 | 44 | 112 | 0 | 104 | 43 | 70 | 512 | 64 | 35 |
| Binary | 1110001 | 100100 | 1001010 | 0 | 1000100 | 100011 | 111000 | 101001010 | 110100 | 11101 |
Color Harmonies of #71244A
Complementary color
Monochromatic Colors of #71244A
Black with #71244A
Text Example
Text Example
White with #71244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71244A; }
p { color: rgb(113,36,74); }
H1.HeaderClassName
{
color: #71244A;
}
.AnyTagClassName
{
color: #71244A;
}
</style>
background-color css
<style>
a { background-color: #71244A; }
a { background-color: rgb(113,36,74); }
div.DivClassName
{
background-color: #71244A;
}
.BgClassName
{
background-color: #71244A;
}
</style>
border-color css
<style>
span { border-color: #71244A; }
span { border-color: rgb(113,36,74); }
td.TdClassName
{
border-color: #71244A;
}
.TagClassName
{
border-color: #71244A;
}
</style>