Shades of Pompadour #682E4D
Tints of Pompadour #682E4D
RGB
CMYK
RGB Variations
Color information
#682E4D (or 0x682E4D) is known color: Pompadour. HEX triplet: 68, 2E and 4D. RGB value is (104,46,77). Sum of RGB (Red+Green+Blue) = 104+46+77=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #682E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E4D is #97D1B2. Grayscale: #424242. Windows color (decimal): -9949619 or 5058152. OLE color: 5058152.
HSL color Cylindrical-coordinate representation of color #682E4D: hue angle of 327.93º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E4D is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 77 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.59 |
| HSL | 327.93º | 0.39% | 0.29% | - |
| HSV(B) | 327.93º | 0.56% | 0.41% | - |
| XYZ | 8.03 | 5.43 | 7.65 | - |
| YUV | 66.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 77 | 0 | 0.56 | 0.26 | 0.59 | 327.93 | 0.39 | 0.29 |
| Hex | 68 | 2E | 4D | 0 | 38 | 1A | 3B | 148 | 27 | 1D |
| Octal | 150 | 56 | 115 | 0 | 70 | 32 | 73 | 510 | 47 | 35 |
| Binary | 1101000 | 101110 | 1001101 | 0 | 111000 | 11010 | 111011 | 101001000 | 100111 | 11101 |
Color Harmonies of #682E4D
Complementary color
Monochromatic Colors of #682E4D
Black with #682E4D
Text Example
Text Example
White with #682E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E4D; }
p { color: rgb(104,46,77); }
H1.HeaderClassName
{
color: #682E4D;
}
.AnyTagClassName
{
color: #682E4D;
}
</style>
background-color css
<style>
a { background-color: #682E4D; }
a { background-color: rgb(104,46,77); }
div.DivClassName
{
background-color: #682E4D;
}
.BgClassName
{
background-color: #682E4D;
}
</style>
border-color css
<style>
span { border-color: #682E4D; }
span { border-color: rgb(104,46,77); }
td.TdClassName
{
border-color: #682E4D;
}
.TagClassName
{
border-color: #682E4D;
}
</style>