Shades of Pompadour #682E50
Tints of Pompadour #682E50
RGB
CMYK
RGB Variations
Color information
#682E50 (or 0x682E50) is known color: Pompadour. HEX triplet: 68, 2E and 50. RGB value is (104,46,80). Sum of RGB (Red+Green+Blue) = 104+46+80=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #682E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E50 is #97D1AF. Grayscale: #434343. Windows color (decimal): -9949616 or 5254760. OLE color: 5254760.
HSL color Cylindrical-coordinate representation of color #682E50: hue angle of 324.83º 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 #682E50 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 80 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.59 |
| HSL | 324.83º | 0.39% | 0.29% | - |
| HSV(B) | 324.83º | 0.56% | 0.41% | - |
| XYZ | 8.13 | 5.48 | 8.22 | - |
| YUV | 67.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 80 | 0 | 0.56 | 0.23 | 0.59 | 324.83 | 0.39 | 0.29 |
| Hex | 68 | 2E | 50 | 0 | 38 | 17 | 3B | 145 | 27 | 1D |
| Octal | 150 | 56 | 120 | 0 | 70 | 27 | 73 | 505 | 47 | 35 |
| Binary | 1101000 | 101110 | 1010000 | 0 | 111000 | 10111 | 111011 | 101000101 | 100111 | 11101 |
Color Harmonies of #682E50
Complementary color
Monochromatic Colors of #682E50
Black with #682E50
Text Example
Text Example
White with #682E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E50; }
p { color: rgb(104,46,80); }
H1.HeaderClassName
{
color: #682E50;
}
.AnyTagClassName
{
color: #682E50;
}
</style>
background-color css
<style>
a { background-color: #682E50; }
a { background-color: rgb(104,46,80); }
div.DivClassName
{
background-color: #682E50;
}
.BgClassName
{
background-color: #682E50;
}
</style>
border-color css
<style>
span { border-color: #682E50; }
span { border-color: rgb(104,46,80); }
td.TdClassName
{
border-color: #682E50;
}
.TagClassName
{
border-color: #682E50;
}
</style>