Shades of Pompadour #682852
Tints of Pompadour #682852
RGB
CMYK
RGB Variations
Color information
#682852 (or 0x682852) is known color: Pompadour. HEX triplet: 68, 28 and 52. RGB value is (104,40,82). Sum of RGB (Red+Green+Blue) = 104+40+82=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #682852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682852 is #97D7AD. Grayscale: #3F3F3F. Windows color (decimal): -9951150 or 5384296. OLE color: 5384296.
HSL color Cylindrical-coordinate representation of color #682852: hue angle of 320.62º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682852 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 82 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.59 |
| HSL | 320.63º | 0.44% | 0.28% | - |
| HSV(B) | 320.63º | 0.62% | 0.41% | - |
| XYZ | 7.99 | 5.07 | 8.54 | - |
| YUV | 63.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 82 | 0 | 0.62 | 0.21 | 0.59 | 320.63 | 0.44 | 0.28 |
| Hex | 68 | 28 | 52 | 0 | 3E | 15 | 3B | 141 | 2C | 1C |
| Octal | 150 | 50 | 122 | 0 | 76 | 25 | 73 | 501 | 54 | 34 |
| Binary | 1101000 | 101000 | 1010010 | 0 | 111110 | 10101 | 111011 | 101000001 | 101100 | 11100 |
Color Harmonies of #682852
Complementary color
Monochromatic Colors of #682852
Black with #682852
Text Example
Text Example
White with #682852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682852; }
p { color: rgb(104,40,82); }
H1.HeaderClassName
{
color: #682852;
}
.AnyTagClassName
{
color: #682852;
}
</style>
background-color css
<style>
a { background-color: #682852; }
a { background-color: rgb(104,40,82); }
div.DivClassName
{
background-color: #682852;
}
.BgClassName
{
background-color: #682852;
}
</style>
border-color css
<style>
span { border-color: #682852; }
span { border-color: rgb(104,40,82); }
td.TdClassName
{
border-color: #682852;
}
.TagClassName
{
border-color: #682852;
}
</style>