Shades of Pompadour #821448
Tints of Pompadour #821448
RGB
CMYK
RGB Variations
Color information
#821448 (or 0x821448) is known color: Pompadour. HEX triplet: 82, 14 and 48. RGB value is (130,20,72). Sum of RGB (Red+Green+Blue) = 130+20+72=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #821448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821448 is #7DEBB7. Grayscale: #3A3A3A. Windows color (decimal): -8252344 or 4723842. OLE color: 4723842.
HSL color Cylindrical-coordinate representation of color #821448: hue angle of 331.64º 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 #821448 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 72 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.49 |
| HSL | 331.64º | 0.73% | 0.29% | - |
| HSV(B) | 331.64º | 0.85% | 0.51% | - |
| XYZ | 10.63 | 5.71 | 6.67 | - |
| YUV | 58.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 72 | 0 | 0.85 | 0.45 | 0.49 | 331.64 | 0.73 | 0.29 |
| Hex | 82 | 14 | 48 | 0 | 55 | 2D | 31 | 14C | 49 | 1D |
| Octal | 202 | 24 | 110 | 0 | 125 | 55 | 61 | 514 | 111 | 35 |
| Binary | 10000010 | 10100 | 1001000 | 0 | 1010101 | 101101 | 110001 | 101001100 | 1001001 | 11101 |
Color Harmonies of #821448
Complementary color
Monochromatic Colors of #821448
Black with #821448
Text Example
Text Example
White with #821448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821448; }
p { color: rgb(130,20,72); }
H1.HeaderClassName
{
color: #821448;
}
.AnyTagClassName
{
color: #821448;
}
</style>
background-color css
<style>
a { background-color: #821448; }
a { background-color: rgb(130,20,72); }
div.DivClassName
{
background-color: #821448;
}
.BgClassName
{
background-color: #821448;
}
</style>
border-color css
<style>
span { border-color: #821448; }
span { border-color: rgb(130,20,72); }
td.TdClassName
{
border-color: #821448;
}
.TagClassName
{
border-color: #821448;
}
</style>