Shades of Pompadour #682748
Tints of Pompadour #682748
RGB
CMYK
RGB Variations
Color information
#682748 (or 0x682748) is known color: Pompadour. HEX triplet: 68, 27 and 48. RGB value is (104,39,72). Sum of RGB (Red+Green+Blue) = 104+39+72=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #682748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682748 is #97D8B7. Grayscale: #3E3E3E. Windows color (decimal): -9951416 or 4728680. OLE color: 4728680.
HSL color Cylindrical-coordinate representation of color #682748: hue angle of 329.54º degrees, saturation: 0.45, 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 #682748 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 39 | 72 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.59 |
| HSL | 329.54º | 0.45% | 0.28% | - |
| HSV(B) | 329.54º | 0.63% | 0.41% | - |
| XYZ | 7.6 | 4.86 | 6.67 | - |
| YUV | 62.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 72 | 0 | 0.62 | 0.31 | 0.59 | 329.54 | 0.45 | 0.28 |
| Hex | 68 | 27 | 48 | 0 | 3E | 1F | 3B | 14A | 2D | 1C |
| Octal | 150 | 47 | 110 | 0 | 76 | 37 | 73 | 512 | 55 | 34 |
| Binary | 1101000 | 100111 | 1001000 | 0 | 111110 | 11111 | 111011 | 101001010 | 101101 | 11100 |
Color Harmonies of #682748
Complementary color
Monochromatic Colors of #682748
Black with #682748
Text Example
Text Example
White with #682748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682748; }
p { color: rgb(104,39,72); }
H1.HeaderClassName
{
color: #682748;
}
.AnyTagClassName
{
color: #682748;
}
</style>
background-color css
<style>
a { background-color: #682748; }
a { background-color: rgb(104,39,72); }
div.DivClassName
{
background-color: #682748;
}
.BgClassName
{
background-color: #682748;
}
</style>
border-color css
<style>
span { border-color: #682748; }
span { border-color: rgb(104,39,72); }
td.TdClassName
{
border-color: #682748;
}
.TagClassName
{
border-color: #682748;
}
</style>