Shades of Pompadour #682140
Tints of Pompadour #682140
RGB
CMYK
RGB Variations
Color information
#682140 (or 0x682140) is known color: Pompadour. HEX triplet: 68, 21 and 40. RGB value is (104,33,64). Sum of RGB (Red+Green+Blue) = 104+33+64=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #682140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682140 is #97DEBF. Grayscale: #393939. Windows color (decimal): -9952960 or 4202856. OLE color: 4202856.
HSL color Cylindrical-coordinate representation of color #682140: hue angle of 333.8º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682140 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 64 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.59 |
| HSL | 333.8º | 0.52% | 0.27% | - |
| HSV(B) | 333.8º | 0.68% | 0.41% | - |
| XYZ | 7.18 | 4.4 | 5.32 | - |
| YUV | 57.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 64 | 0 | 0.68 | 0.38 | 0.59 | 333.8 | 0.52 | 0.27 |
| Hex | 68 | 21 | 40 | 0 | 44 | 26 | 3B | 14E | 34 | 1B |
| Octal | 150 | 41 | 100 | 0 | 104 | 46 | 73 | 516 | 64 | 33 |
| Binary | 1101000 | 100001 | 1000000 | 0 | 1000100 | 100110 | 111011 | 101001110 | 110100 | 11011 |
Color Harmonies of #682140
Complementary color
Monochromatic Colors of #682140
Black with #682140
Text Example
Text Example
White with #682140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682140; }
p { color: rgb(104,33,64); }
H1.HeaderClassName
{
color: #682140;
}
.AnyTagClassName
{
color: #682140;
}
</style>
background-color css
<style>
a { background-color: #682140; }
a { background-color: rgb(104,33,64); }
div.DivClassName
{
background-color: #682140;
}
.BgClassName
{
background-color: #682140;
}
</style>
border-color css
<style>
span { border-color: #682140; }
span { border-color: rgb(104,33,64); }
td.TdClassName
{
border-color: #682140;
}
.TagClassName
{
border-color: #682140;
}
</style>