Shades of Pompadour #820F4F
Tints of Pompadour #820F4F
RGB
CMYK
RGB Variations
Color information
#820F4F (or 0x820F4F) is known color: Pompadour. HEX triplet: 82, 0F and 4F. RGB value is (130,15,79). Sum of RGB (Red+Green+Blue) = 130+15+79=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #820F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820F4F is #7DF0B0. Grayscale: #383838. Windows color (decimal): -8253617 or 5181314. OLE color: 5181314.
HSL color Cylindrical-coordinate representation of color #820F4F: hue angle of 326.61º 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 #820F4F is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 79 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.49 |
| HSL | 326.61º | 0.79% | 0.28% | - |
| HSV(B) | 326.61º | 0.88% | 0.51% | - |
| XYZ | 10.79 | 5.65 | 7.92 | - |
| YUV | 56.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 79 | 0 | 0.88 | 0.39 | 0.49 | 326.61 | 0.79 | 0.28 |
| Hex | 82 | F | 4F | 0 | 58 | 27 | 31 | 147 | 4F | 1C |
| Octal | 202 | 17 | 117 | 0 | 130 | 47 | 61 | 507 | 117 | 34 |
| Binary | 10000010 | 1111 | 1001111 | 0 | 1011000 | 100111 | 110001 | 101000111 | 1001111 | 11100 |
Color Harmonies of #820F4F
Complementary color
Monochromatic Colors of #820F4F
Black with #820F4F
Text Example
Text Example
White with #820F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F4F; }
p { color: rgb(130,15,79); }
H1.HeaderClassName
{
color: #820F4F;
}
.AnyTagClassName
{
color: #820F4F;
}
</style>
background-color css
<style>
a { background-color: #820F4F; }
a { background-color: rgb(130,15,79); }
div.DivClassName
{
background-color: #820F4F;
}
.BgClassName
{
background-color: #820F4F;
}
</style>
border-color css
<style>
span { border-color: #820F4F; }
span { border-color: rgb(130,15,79); }
td.TdClassName
{
border-color: #820F4F;
}
.TagClassName
{
border-color: #820F4F;
}
</style>