Shades of Pompadour #682745
Tints of Pompadour #682745
RGB
CMYK
RGB Variations
Color information
#682745 (or 0x682745) is known color: Pompadour. HEX triplet: 68, 27 and 45. RGB value is (104,39,69). Sum of RGB (Red+Green+Blue) = 104+39+69=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #682745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682745 is #97D8BA. Grayscale: #3D3D3D. Windows color (decimal): -9951419 or 4532072. OLE color: 4532072.
HSL color Cylindrical-coordinate representation of color #682745: hue angle of 332.31º 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 #682745 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 39 | 69 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.59 |
| HSL | 332.31º | 0.45% | 0.28% | - |
| HSV(B) | 332.31º | 0.63% | 0.41% | - |
| XYZ | 7.51 | 4.82 | 6.17 | - |
| YUV | 61.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 69 | 0 | 0.62 | 0.34 | 0.59 | 332.31 | 0.45 | 0.28 |
| Hex | 68 | 27 | 45 | 0 | 3E | 22 | 3B | 14C | 2D | 1C |
| Octal | 150 | 47 | 105 | 0 | 76 | 42 | 73 | 514 | 55 | 34 |
| Binary | 1101000 | 100111 | 1000101 | 0 | 111110 | 100010 | 111011 | 101001100 | 101101 | 11100 |
Color Harmonies of #682745
Complementary color
Monochromatic Colors of #682745
Black with #682745
Text Example
Text Example
White with #682745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682745; }
p { color: rgb(104,39,69); }
H1.HeaderClassName
{
color: #682745;
}
.AnyTagClassName
{
color: #682745;
}
</style>
background-color css
<style>
a { background-color: #682745; }
a { background-color: rgb(104,39,69); }
div.DivClassName
{
background-color: #682745;
}
.BgClassName
{
background-color: #682745;
}
</style>
border-color css
<style>
span { border-color: #682745; }
span { border-color: rgb(104,39,69); }
td.TdClassName
{
border-color: #682745;
}
.TagClassName
{
border-color: #682745;
}
</style>