Shades of Pompadour #682E4C
Tints of Pompadour #682E4C
RGB
CMYK
RGB Variations
Color information
#682E4C (or 0x682E4C) is known color: Pompadour. HEX triplet: 68, 2E and 4C. RGB value is (104,46,76). Sum of RGB (Red+Green+Blue) = 104+46+76=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #682E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E4C is #97D1B3. Grayscale: #424242. Windows color (decimal): -9949620 or 4992616. OLE color: 4992616.
HSL color Cylindrical-coordinate representation of color #682E4C: hue angle of 328.97º 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 #682E4C is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 76 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.59 |
| HSL | 328.97º | 0.39% | 0.29% | - |
| HSV(B) | 328.97º | 0.56% | 0.41% | - |
| XYZ | 7.99 | 5.42 | 7.46 | - |
| YUV | 66.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 76 | 0 | 0.56 | 0.27 | 0.59 | 328.97 | 0.39 | 0.29 |
| Hex | 68 | 2E | 4C | 0 | 38 | 1B | 3B | 149 | 27 | 1D |
| Octal | 150 | 56 | 114 | 0 | 70 | 33 | 73 | 511 | 47 | 35 |
| Binary | 1101000 | 101110 | 1001100 | 0 | 111000 | 11011 | 111011 | 101001001 | 100111 | 11101 |
Color Harmonies of #682E4C
Complementary color
Monochromatic Colors of #682E4C
Black with #682E4C
Text Example
Text Example
White with #682E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E4C; }
p { color: rgb(104,46,76); }
H1.HeaderClassName
{
color: #682E4C;
}
.AnyTagClassName
{
color: #682E4C;
}
</style>
background-color css
<style>
a { background-color: #682E4C; }
a { background-color: rgb(104,46,76); }
div.DivClassName
{
background-color: #682E4C;
}
.BgClassName
{
background-color: #682E4C;
}
</style>
border-color css
<style>
span { border-color: #682E4C; }
span { border-color: rgb(104,46,76); }
td.TdClassName
{
border-color: #682E4C;
}
.TagClassName
{
border-color: #682E4C;
}
</style>