Shades of Pompadour #821443
Tints of Pompadour #821443
RGB
CMYK
RGB Variations
Color information
#821443 (or 0x821443) is known color: Pompadour. HEX triplet: 82, 14 and 43. RGB value is (130,20,67). Sum of RGB (Red+Green+Blue) = 130+20+67=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #821443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821443 is #7DEBBC. Grayscale: #3A3A3A. Windows color (decimal): -8252349 or 4396162. OLE color: 4396162.
HSL color Cylindrical-coordinate representation of color #821443: hue angle of 334.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821443 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 67 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.49 |
| HSL | 334.36º | 0.73% | 0.29% | - |
| HSV(B) | 334.36º | 0.85% | 0.51% | - |
| XYZ | 10.47 | 5.65 | 5.85 | - |
| YUV | 58.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 67 | 0 | 0.85 | 0.48 | 0.49 | 334.36 | 0.73 | 0.29 |
| Hex | 82 | 14 | 43 | 0 | 55 | 30 | 31 | 14E | 49 | 1D |
| Octal | 202 | 24 | 103 | 0 | 125 | 60 | 61 | 516 | 111 | 35 |
| Binary | 10000010 | 10100 | 1000011 | 0 | 1010101 | 110000 | 110001 | 101001110 | 1001001 | 11101 |
Color Harmonies of #821443
Complementary color
Monochromatic Colors of #821443
Black with #821443
Text Example
Text Example
White with #821443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821443; }
p { color: rgb(130,20,67); }
H1.HeaderClassName
{
color: #821443;
}
.AnyTagClassName
{
color: #821443;
}
</style>
background-color css
<style>
a { background-color: #821443; }
a { background-color: rgb(130,20,67); }
div.DivClassName
{
background-color: #821443;
}
.BgClassName
{
background-color: #821443;
}
</style>
border-color css
<style>
span { border-color: #821443; }
span { border-color: rgb(130,20,67); }
td.TdClassName
{
border-color: #821443;
}
.TagClassName
{
border-color: #821443;
}
</style>