Shades of Pompadour #682F4E
Tints of Pompadour #682F4E
RGB
CMYK
RGB Variations
Color information
#682F4E (or 0x682F4E) is known color: Pompadour. HEX triplet: 68, 2F and 4E. RGB value is (104,47,78). Sum of RGB (Red+Green+Blue) = 104+47+78=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #682F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F4E is #97D0B1. Grayscale: #434343. Windows color (decimal): -9949362 or 5123944. OLE color: 5123944.
HSL color Cylindrical-coordinate representation of color #682F4E: hue angle of 327.37º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F4E is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 78 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.59 |
| HSL | 327.37º | 0.38% | 0.3% | - |
| HSV(B) | 327.37º | 0.55% | 0.41% | - |
| XYZ | 8.1 | 5.53 | 7.85 | - |
| YUV | 67.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 78 | 0 | 0.55 | 0.25 | 0.59 | 327.37 | 0.38 | 0.3 |
| Hex | 68 | 2F | 4E | 0 | 37 | 19 | 3B | 147 | 26 | 1E |
| Octal | 150 | 57 | 116 | 0 | 67 | 31 | 73 | 507 | 46 | 36 |
| Binary | 1101000 | 101111 | 1001110 | 0 | 110111 | 11001 | 111011 | 101000111 | 100110 | 11110 |
Color Harmonies of #682F4E
Complementary color
Monochromatic Colors of #682F4E
Black with #682F4E
Text Example
Text Example
White with #682F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F4E; }
p { color: rgb(104,47,78); }
H1.HeaderClassName
{
color: #682F4E;
}
.AnyTagClassName
{
color: #682F4E;
}
</style>
background-color css
<style>
a { background-color: #682F4E; }
a { background-color: rgb(104,47,78); }
div.DivClassName
{
background-color: #682F4E;
}
.BgClassName
{
background-color: #682F4E;
}
</style>
border-color css
<style>
span { border-color: #682F4E; }
span { border-color: rgb(104,47,78); }
td.TdClassName
{
border-color: #682F4E;
}
.TagClassName
{
border-color: #682F4E;
}
</style>