Shades of Pompadour #71213F
Tints of Pompadour #71213F
RGB
CMYK
RGB Variations
Color information
#71213F (or 0x71213F) is known color: Pompadour. HEX triplet: 71, 21 and 3F. RGB value is (113,33,63). Sum of RGB (Red+Green+Blue) = 113+33+63=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71213F is #8EDEC0. Grayscale: #3C3C3C. Windows color (decimal): -9363137 or 4137329. OLE color: 4137329.
HSL color Cylindrical-coordinate representation of color #71213F: hue angle of 337.5º 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 #71213F is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 63 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.56 |
| HSL | 337.5º | 0.55% | 0.29% | - |
| HSV(B) | 337.5º | 0.71% | 0.44% | - |
| XYZ | 8.25 | 4.96 | 5.22 | - |
| YUV | 60.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 63 | 0 | 0.71 | 0.44 | 0.56 | 337.5 | 0.55 | 0.29 |
| Hex | 71 | 21 | 3F | 0 | 47 | 2C | 38 | 152 | 37 | 1D |
| Octal | 161 | 41 | 77 | 0 | 107 | 54 | 70 | 522 | 67 | 35 |
| Binary | 1110001 | 100001 | 111111 | 0 | 1000111 | 101100 | 111000 | 101010010 | 110111 | 11101 |
Color Harmonies of #71213F
Complementary color
Monochromatic Colors of #71213F
Black with #71213F
Text Example
Text Example
White with #71213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71213F; }
p { color: rgb(113,33,63); }
H1.HeaderClassName
{
color: #71213F;
}
.AnyTagClassName
{
color: #71213F;
}
</style>
background-color css
<style>
a { background-color: #71213F; }
a { background-color: rgb(113,33,63); }
div.DivClassName
{
background-color: #71213F;
}
.BgClassName
{
background-color: #71213F;
}
</style>
border-color css
<style>
span { border-color: #71213F; }
span { border-color: rgb(113,33,63); }
td.TdClassName
{
border-color: #71213F;
}
.TagClassName
{
border-color: #71213F;
}
</style>