Shades of Pompadour #682947
Tints of Pompadour #682947
RGB
CMYK
RGB Variations
Color information
#682947 (or 0x682947) is known color: Pompadour. HEX triplet: 68, 29 and 47. RGB value is (104,41,71). Sum of RGB (Red+Green+Blue) = 104+41+71=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #682947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682947 is #97D6B8. Grayscale: #3F3F3F. Windows color (decimal): -9950905 or 4663656. OLE color: 4663656.
HSL color Cylindrical-coordinate representation of color #682947: hue angle of 331.43º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #682947 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 71 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.59 |
| HSL | 331.43º | 0.43% | 0.28% | - |
| HSV(B) | 331.43º | 0.61% | 0.41% | - |
| XYZ | 7.64 | 4.98 | 6.52 | - |
| YUV | 63.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 71 | 0 | 0.61 | 0.32 | 0.59 | 331.43 | 0.43 | 0.28 |
| Hex | 68 | 29 | 47 | 0 | 3D | 20 | 3B | 14B | 2B | 1C |
| Octal | 150 | 51 | 107 | 0 | 75 | 40 | 73 | 513 | 53 | 34 |
| Binary | 1101000 | 101001 | 1000111 | 0 | 111101 | 100000 | 111011 | 101001011 | 101011 | 11100 |
Color Harmonies of #682947
Complementary color
Monochromatic Colors of #682947
Black with #682947
Text Example
Text Example
White with #682947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682947; }
p { color: rgb(104,41,71); }
H1.HeaderClassName
{
color: #682947;
}
.AnyTagClassName
{
color: #682947;
}
</style>
background-color css
<style>
a { background-color: #682947; }
a { background-color: rgb(104,41,71); }
div.DivClassName
{
background-color: #682947;
}
.BgClassName
{
background-color: #682947;
}
</style>
border-color css
<style>
span { border-color: #682947; }
span { border-color: rgb(104,41,71); }
td.TdClassName
{
border-color: #682947;
}
.TagClassName
{
border-color: #682947;
}
</style>