Shades of Pompadour #682D47
Tints of Pompadour #682D47
RGB
CMYK
RGB Variations
Color information
#682D47 (or 0x682D47) is known color: Pompadour. HEX triplet: 68, 2D and 47. RGB value is (104,45,71). Sum of RGB (Red+Green+Blue) = 104+45+71=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #682D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D47 is #97D2B8. Grayscale: #414141. Windows color (decimal): -9949881 or 4664680. OLE color: 4664680.
HSL color Cylindrical-coordinate representation of color #682D47: hue angle of 333.56º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #682D47 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 71 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.59 |
| HSL | 333.56º | 0.4% | 0.29% | - |
| HSV(B) | 333.56º | 0.57% | 0.41% | - |
| XYZ | 7.78 | 5.27 | 6.57 | - |
| YUV | 65.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 71 | 0 | 0.57 | 0.32 | 0.59 | 333.56 | 0.4 | 0.29 |
| Hex | 68 | 2D | 47 | 0 | 39 | 20 | 3B | 14E | 28 | 1D |
| Octal | 150 | 55 | 107 | 0 | 71 | 40 | 73 | 516 | 50 | 35 |
| Binary | 1101000 | 101101 | 1000111 | 0 | 111001 | 100000 | 111011 | 101001110 | 101000 | 11101 |
Color Harmonies of #682D47
Complementary color
Monochromatic Colors of #682D47
Black with #682D47
Text Example
Text Example
White with #682D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D47; }
p { color: rgb(104,45,71); }
H1.HeaderClassName
{
color: #682D47;
}
.AnyTagClassName
{
color: #682D47;
}
</style>
background-color css
<style>
a { background-color: #682D47; }
a { background-color: rgb(104,45,71); }
div.DivClassName
{
background-color: #682D47;
}
.BgClassName
{
background-color: #682D47;
}
</style>
border-color css
<style>
span { border-color: #682D47; }
span { border-color: rgb(104,45,71); }
td.TdClassName
{
border-color: #682D47;
}
.TagClassName
{
border-color: #682D47;
}
</style>