Shades of Pompadour #820F44
Tints of Pompadour #820F44
RGB
CMYK
RGB Variations
Color information
#820F44 (or 0x820F44) is known color: Pompadour. HEX triplet: 82, 0F and 44. RGB value is (130,15,68). Sum of RGB (Red+Green+Blue) = 130+15+68=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #820F44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F44 is #7DF0BB. Grayscale: #373737. Windows color (decimal): -8253628 or 4460418. OLE color: 4460418.
HSL color Cylindrical-coordinate representation of color #820F44: hue angle of 332.35º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F44 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 68 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.49 |
| HSL | 332.35º | 0.79% | 0.28% | - |
| HSV(B) | 332.35º | 0.88% | 0.51% | - |
| XYZ | 10.42 | 5.5 | 5.98 | - |
| YUV | 55.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 68 | 0 | 0.88 | 0.48 | 0.49 | 332.35 | 0.79 | 0.28 |
| Hex | 82 | F | 44 | 0 | 58 | 30 | 31 | 14C | 4F | 1C |
| Octal | 202 | 17 | 104 | 0 | 130 | 60 | 61 | 514 | 117 | 34 |
| Binary | 10000010 | 1111 | 1000100 | 0 | 1011000 | 110000 | 110001 | 101001100 | 1001111 | 11100 |
Color Harmonies of #820F44
Complementary color
Monochromatic Colors of #820F44
Black with #820F44
Text Example
Text Example
White with #820F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F44; }
p { color: rgb(130,15,68); }
H1.HeaderClassName
{
color: #820F44;
}
.AnyTagClassName
{
color: #820F44;
}
</style>
background-color css
<style>
a { background-color: #820F44; }
a { background-color: rgb(130,15,68); }
div.DivClassName
{
background-color: #820F44;
}
.BgClassName
{
background-color: #820F44;
}
</style>
border-color css
<style>
span { border-color: #820F44; }
span { border-color: rgb(130,15,68); }
td.TdClassName
{
border-color: #820F44;
}
.TagClassName
{
border-color: #820F44;
}
</style>