Shades of Pompadour #71214C
Tints of Pompadour #71214C
RGB
CMYK
RGB Variations
Color information
#71214C (or 0x71214C) is known color: Pompadour. HEX triplet: 71, 21 and 4C. RGB value is (113,33,76). Sum of RGB (Red+Green+Blue) = 113+33+76=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71214C is #8EDEB3. Grayscale: #3D3D3D. Windows color (decimal): -9363124 or 4989297. OLE color: 4989297.
HSL color Cylindrical-coordinate representation of color #71214C: hue angle of 327.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71214C is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 76 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.56 |
| HSL | 327.75º | 0.55% | 0.29% | - |
| HSV(B) | 327.75º | 0.71% | 0.44% | - |
| XYZ | 8.66 | 5.12 | 7.37 | - |
| YUV | 61.82 | 136 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 76 | 0 | 0.71 | 0.33 | 0.56 | 327.75 | 0.55 | 0.29 |
| Hex | 71 | 21 | 4C | 0 | 47 | 21 | 38 | 148 | 37 | 1D |
| Octal | 161 | 41 | 114 | 0 | 107 | 41 | 70 | 510 | 67 | 35 |
| Binary | 1110001 | 100001 | 1001100 | 0 | 1000111 | 100001 | 111000 | 101001000 | 110111 | 11101 |
Color Harmonies of #71214C
Complementary color
Monochromatic Colors of #71214C
Black with #71214C
Text Example
Text Example
White with #71214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71214C; }
p { color: rgb(113,33,76); }
H1.HeaderClassName
{
color: #71214C;
}
.AnyTagClassName
{
color: #71214C;
}
</style>
background-color css
<style>
a { background-color: #71214C; }
a { background-color: rgb(113,33,76); }
div.DivClassName
{
background-color: #71214C;
}
.BgClassName
{
background-color: #71214C;
}
</style>
border-color css
<style>
span { border-color: #71214C; }
span { border-color: rgb(113,33,76); }
td.TdClassName
{
border-color: #71214C;
}
.TagClassName
{
border-color: #71214C;
}
</style>