Shades of Pompadour #71244C
Tints of Pompadour #71244C
RGB
CMYK
RGB Variations
Color information
#71244C (or 0x71244C) is known color: Pompadour. HEX triplet: 71, 24 and 4C. RGB value is (113,36,76). Sum of RGB (Red+Green+Blue) = 113+36+76=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71244C is #8EDBB3. Grayscale: #3F3F3F. Windows color (decimal): -9362356 or 4990065. OLE color: 4990065.
HSL color Cylindrical-coordinate representation of color #71244C: hue angle of 328.83º 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 #71244C is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 36 | 76 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.56 |
| HSL | 328.83º | 0.52% | 0.29% | - |
| HSV(B) | 328.83º | 0.68% | 0.44% | - |
| XYZ | 8.75 | 5.29 | 7.4 | - |
| YUV | 63.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 76 | 0 | 0.68 | 0.33 | 0.56 | 328.83 | 0.52 | 0.29 |
| Hex | 71 | 24 | 4C | 0 | 44 | 21 | 38 | 149 | 34 | 1D |
| Octal | 161 | 44 | 114 | 0 | 104 | 41 | 70 | 511 | 64 | 35 |
| Binary | 1110001 | 100100 | 1001100 | 0 | 1000100 | 100001 | 111000 | 101001001 | 110100 | 11101 |
Color Harmonies of #71244C
Complementary color
Monochromatic Colors of #71244C
Black with #71244C
Text Example
Text Example
White with #71244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71244C; }
p { color: rgb(113,36,76); }
H1.HeaderClassName
{
color: #71244C;
}
.AnyTagClassName
{
color: #71244C;
}
</style>
background-color css
<style>
a { background-color: #71244C; }
a { background-color: rgb(113,36,76); }
div.DivClassName
{
background-color: #71244C;
}
.BgClassName
{
background-color: #71244C;
}
</style>
border-color css
<style>
span { border-color: #71244C; }
span { border-color: rgb(113,36,76); }
td.TdClassName
{
border-color: #71244C;
}
.TagClassName
{
border-color: #71244C;
}
</style>