Shades of Pompadour #820C4F
Tints of Pompadour #820C4F
RGB
CMYK
RGB Variations
Color information
#820C4F (or 0x820C4F) is known color: Pompadour. HEX triplet: 82, 0C and 4F. RGB value is (130,12,79). Sum of RGB (Red+Green+Blue) = 130+12+79=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #820C4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C4F is #7DF3B0. Grayscale: #363636. Windows color (decimal): -8254385 or 5180546. OLE color: 5180546.
HSL color Cylindrical-coordinate representation of color #820C4F: hue angle of 325.93º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C4F is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 79 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.49 |
| HSL | 325.93º | 0.83% | 0.28% | - |
| HSV(B) | 325.93º | 0.91% | 0.51% | - |
| XYZ | 10.75 | 5.57 | 7.91 | - |
| YUV | 54.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 79 | 0 | 0.91 | 0.39 | 0.49 | 325.93 | 0.83 | 0.28 |
| Hex | 82 | C | 4F | 0 | 5B | 27 | 31 | 146 | 53 | 1C |
| Octal | 202 | 14 | 117 | 0 | 133 | 47 | 61 | 506 | 123 | 34 |
| Binary | 10000010 | 1100 | 1001111 | 0 | 1011011 | 100111 | 110001 | 101000110 | 1010011 | 11100 |
Color Harmonies of #820C4F
Complementary color
Monochromatic Colors of #820C4F
Black with #820C4F
Text Example
Text Example
White with #820C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C4F; }
p { color: rgb(130,12,79); }
H1.HeaderClassName
{
color: #820C4F;
}
.AnyTagClassName
{
color: #820C4F;
}
</style>
background-color css
<style>
a { background-color: #820C4F; }
a { background-color: rgb(130,12,79); }
div.DivClassName
{
background-color: #820C4F;
}
.BgClassName
{
background-color: #820C4F;
}
</style>
border-color css
<style>
span { border-color: #820C4F; }
span { border-color: rgb(130,12,79); }
td.TdClassName
{
border-color: #820C4F;
}
.TagClassName
{
border-color: #820C4F;
}
</style>