Shades of Pompadour #682D4C
Tints of Pompadour #682D4C
RGB
CMYK
RGB Variations
Color information
#682D4C (or 0x682D4C) is known color: Pompadour. HEX triplet: 68, 2D and 4C. RGB value is (104,45,76). Sum of RGB (Red+Green+Blue) = 104+45+76=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #682D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D4C is #97D2B3. Grayscale: #424242. Windows color (decimal): -9949876 or 4992360. OLE color: 4992360.
HSL color Cylindrical-coordinate representation of color #682D4C: hue angle of 328.47º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #682D4C is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 76 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.59 |
| HSL | 328.47º | 0.4% | 0.29% | - |
| HSV(B) | 328.47º | 0.57% | 0.41% | - |
| XYZ | 7.95 | 5.34 | 7.45 | - |
| YUV | 66.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 76 | 0 | 0.57 | 0.27 | 0.59 | 328.47 | 0.4 | 0.29 |
| Hex | 68 | 2D | 4C | 0 | 39 | 1B | 3B | 148 | 28 | 1D |
| Octal | 150 | 55 | 114 | 0 | 71 | 33 | 73 | 510 | 50 | 35 |
| Binary | 1101000 | 101101 | 1001100 | 0 | 111001 | 11011 | 111011 | 101001000 | 101000 | 11101 |
Color Harmonies of #682D4C
Complementary color
Monochromatic Colors of #682D4C
Black with #682D4C
Text Example
Text Example
White with #682D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D4C; }
p { color: rgb(104,45,76); }
H1.HeaderClassName
{
color: #682D4C;
}
.AnyTagClassName
{
color: #682D4C;
}
</style>
background-color css
<style>
a { background-color: #682D4C; }
a { background-color: rgb(104,45,76); }
div.DivClassName
{
background-color: #682D4C;
}
.BgClassName
{
background-color: #682D4C;
}
</style>
border-color css
<style>
span { border-color: #682D4C; }
span { border-color: rgb(104,45,76); }
td.TdClassName
{
border-color: #682D4C;
}
.TagClassName
{
border-color: #682D4C;
}
</style>