Shades of Pompadour #682045
Tints of Pompadour #682045
RGB
CMYK
RGB Variations
Color information
#682045 (or 0x682045) is known color: Pompadour. HEX triplet: 68, 20 and 45. RGB value is (104,32,69). Sum of RGB (Red+Green+Blue) = 104+32+69=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #682045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682045 is #97DFBA. Grayscale: #393939. Windows color (decimal): -9953211 or 4530280. OLE color: 4530280.
HSL color Cylindrical-coordinate representation of color #682045: hue angle of 329.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682045 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 69 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.59 |
| HSL | 329.17º | 0.53% | 0.27% | - |
| HSV(B) | 329.17º | 0.69% | 0.41% | - |
| XYZ | 7.3 | 4.41 | 6.1 | - |
| YUV | 57.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 69 | 0 | 0.69 | 0.34 | 0.59 | 329.17 | 0.53 | 0.27 |
| Hex | 68 | 20 | 45 | 0 | 45 | 22 | 3B | 149 | 35 | 1B |
| Octal | 150 | 40 | 105 | 0 | 105 | 42 | 73 | 511 | 65 | 33 |
| Binary | 1101000 | 100000 | 1000101 | 0 | 1000101 | 100010 | 111011 | 101001001 | 110101 | 11011 |
Color Harmonies of #682045
Complementary color
Monochromatic Colors of #682045
Black with #682045
Text Example
Text Example
White with #682045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682045; }
p { color: rgb(104,32,69); }
H1.HeaderClassName
{
color: #682045;
}
.AnyTagClassName
{
color: #682045;
}
</style>
background-color css
<style>
a { background-color: #682045; }
a { background-color: rgb(104,32,69); }
div.DivClassName
{
background-color: #682045;
}
.BgClassName
{
background-color: #682045;
}
</style>
border-color css
<style>
span { border-color: #682045; }
span { border-color: rgb(104,32,69); }
td.TdClassName
{
border-color: #682045;
}
.TagClassName
{
border-color: #682045;
}
</style>