Shades of Pompadour #820F3D
Tints of Pompadour #820F3D
RGB
CMYK
RGB Variations
Color information
#820F3D (or 0x820F3D) is known color: Pompadour. HEX triplet: 82, 0F and 3D. RGB value is (130,15,61). Sum of RGB (Red+Green+Blue) = 130+15+61=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #820F3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F3D is #7DF0C2. Grayscale: #363636. Windows color (decimal): -8253635 or 4001666. OLE color: 4001666.
HSL color Cylindrical-coordinate representation of color #820F3D: hue angle of 336º 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 #820F3D is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 61 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.49 |
| HSL | 336º | 0.79% | 0.28% | - |
| HSV(B) | 336º | 0.88% | 0.51% | - |
| XYZ | 10.22 | 5.42 | 4.92 | - |
| YUV | 54.63 | 131.6 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 61 | 0 | 0.88 | 0.53 | 0.49 | 336 | 0.79 | 0.28 |
| Hex | 82 | F | 3D | 0 | 58 | 35 | 31 | 150 | 4F | 1C |
| Octal | 202 | 17 | 75 | 0 | 130 | 65 | 61 | 520 | 117 | 34 |
| Binary | 10000010 | 1111 | 111101 | 0 | 1011000 | 110101 | 110001 | 101010000 | 1001111 | 11100 |
Color Harmonies of #820F3D
Complementary color
Monochromatic Colors of #820F3D
Black with #820F3D
Text Example
Text Example
White with #820F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F3D; }
p { color: rgb(130,15,61); }
H1.HeaderClassName
{
color: #820F3D;
}
.AnyTagClassName
{
color: #820F3D;
}
</style>
background-color css
<style>
a { background-color: #820F3D; }
a { background-color: rgb(130,15,61); }
div.DivClassName
{
background-color: #820F3D;
}
.BgClassName
{
background-color: #820F3D;
}
</style>
border-color css
<style>
span { border-color: #820F3D; }
span { border-color: rgb(130,15,61); }
td.TdClassName
{
border-color: #820F3D;
}
.TagClassName
{
border-color: #820F3D;
}
</style>