Shades of Pompadour #71224B
Tints of Pompadour #71224B
RGB
CMYK
RGB Variations
Color information
#71224B (or 0x71224B) is known color: Pompadour. HEX triplet: 71, 22 and 4B. RGB value is (113,34,75). Sum of RGB (Red+Green+Blue) = 113+34+75=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71224B is #8EDDB4. Grayscale: #3E3E3E. Windows color (decimal): -9362869 or 4924017. OLE color: 4924017.
HSL color Cylindrical-coordinate representation of color #71224B: hue angle of 328.86º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71224B is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 34 | 75 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.56 |
| HSL | 328.86º | 0.54% | 0.29% | - |
| HSV(B) | 328.86º | 0.7% | 0.44% | - |
| XYZ | 8.65 | 5.16 | 7.2 | - |
| YUV | 62.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 75 | 0 | 0.70 | 0.34 | 0.56 | 328.86 | 0.54 | 0.29 |
| Hex | 71 | 22 | 4B | 0 | 46 | 22 | 38 | 149 | 36 | 1D |
| Octal | 161 | 42 | 113 | 0 | 106 | 42 | 70 | 511 | 66 | 35 |
| Binary | 1110001 | 100010 | 1001011 | 0 | 1000110 | 100010 | 111000 | 101001001 | 110110 | 11101 |
Color Harmonies of #71224B
Complementary color
Monochromatic Colors of #71224B
Black with #71224B
Text Example
Text Example
White with #71224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71224B; }
p { color: rgb(113,34,75); }
H1.HeaderClassName
{
color: #71224B;
}
.AnyTagClassName
{
color: #71224B;
}
</style>
background-color css
<style>
a { background-color: #71224B; }
a { background-color: rgb(113,34,75); }
div.DivClassName
{
background-color: #71224B;
}
.BgClassName
{
background-color: #71224B;
}
</style>
border-color css
<style>
span { border-color: #71224B; }
span { border-color: rgb(113,34,75); }
td.TdClassName
{
border-color: #71224B;
}
.TagClassName
{
border-color: #71224B;
}
</style>