Shades of Pompadour #682844
Tints of Pompadour #682844
RGB
CMYK
RGB Variations
Color information
#682844 (or 0x682844) is known color: Pompadour. HEX triplet: 68, 28 and 44. RGB value is (104,40,68). Sum of RGB (Red+Green+Blue) = 104+40+68=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #682844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682844 is #97D7BB. Grayscale: #3E3E3E. Windows color (decimal): -9951164 or 4466792. OLE color: 4466792.
HSL color Cylindrical-coordinate representation of color #682844: hue angle of 333.75º 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 #682844 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 68 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.59 |
| HSL | 333.75º | 0.44% | 0.28% | - |
| HSV(B) | 333.75º | 0.62% | 0.41% | - |
| XYZ | 7.51 | 4.88 | 6.01 | - |
| YUV | 62.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 68 | 0 | 0.62 | 0.35 | 0.59 | 333.75 | 0.44 | 0.28 |
| Hex | 68 | 28 | 44 | 0 | 3E | 23 | 3B | 14E | 2C | 1C |
| Octal | 150 | 50 | 104 | 0 | 76 | 43 | 73 | 516 | 54 | 34 |
| Binary | 1101000 | 101000 | 1000100 | 0 | 111110 | 100011 | 111011 | 101001110 | 101100 | 11100 |
Color Harmonies of #682844
Complementary color
Monochromatic Colors of #682844
Black with #682844
Text Example
Text Example
White with #682844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682844; }
p { color: rgb(104,40,68); }
H1.HeaderClassName
{
color: #682844;
}
.AnyTagClassName
{
color: #682844;
}
</style>
background-color css
<style>
a { background-color: #682844; }
a { background-color: rgb(104,40,68); }
div.DivClassName
{
background-color: #682844;
}
.BgClassName
{
background-color: #682844;
}
</style>
border-color css
<style>
span { border-color: #682844; }
span { border-color: rgb(104,40,68); }
td.TdClassName
{
border-color: #682844;
}
.TagClassName
{
border-color: #682844;
}
</style>