Shades of Pompadour #82133F
Tints of Pompadour #82133F
RGB
CMYK
RGB Variations
Color information
#82133F (or 0x82133F) is known color: Pompadour. HEX triplet: 82, 13 and 3F. RGB value is (130,19,63). Sum of RGB (Red+Green+Blue) = 130+19+63=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #82133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82133F is #7DECC0. Grayscale: #393939. Windows color (decimal): -8252609 or 4133762. OLE color: 4133762.
HSL color Cylindrical-coordinate representation of color #82133F: hue angle of 336.22º degrees, saturation: 0.74, 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 #82133F is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 63 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.49 |
| HSL | 336.22º | 0.74% | 0.29% | - |
| HSV(B) | 336.22º | 0.85% | 0.51% | - |
| XYZ | 10.34 | 5.57 | 5.23 | - |
| YUV | 57.21 | 131.27 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 63 | 0 | 0.85 | 0.52 | 0.49 | 336.22 | 0.74 | 0.29 |
| Hex | 82 | 13 | 3F | 0 | 55 | 34 | 31 | 150 | 4A | 1D |
| Octal | 202 | 23 | 77 | 0 | 125 | 64 | 61 | 520 | 112 | 35 |
| Binary | 10000010 | 10011 | 111111 | 0 | 1010101 | 110100 | 110001 | 101010000 | 1001010 | 11101 |
Color Harmonies of #82133F
Complementary color
Monochromatic Colors of #82133F
Black with #82133F
Text Example
Text Example
White with #82133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82133F; }
p { color: rgb(130,19,63); }
H1.HeaderClassName
{
color: #82133F;
}
.AnyTagClassName
{
color: #82133F;
}
</style>
background-color css
<style>
a { background-color: #82133F; }
a { background-color: rgb(130,19,63); }
div.DivClassName
{
background-color: #82133F;
}
.BgClassName
{
background-color: #82133F;
}
</style>
border-color css
<style>
span { border-color: #82133F; }
span { border-color: rgb(130,19,63); }
td.TdClassName
{
border-color: #82133F;
}
.TagClassName
{
border-color: #82133F;
}
</style>