Shades of Pompadour #682D4A
Tints of Pompadour #682D4A
RGB
CMYK
RGB Variations
Color information
#682D4A (or 0x682D4A) is known color: Pompadour. HEX triplet: 68, 2D and 4A. RGB value is (104,45,74). Sum of RGB (Red+Green+Blue) = 104+45+74=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #682D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D4A is #97D2B5. Grayscale: #414141. Windows color (decimal): -9949878 or 4861288. OLE color: 4861288.
HSL color Cylindrical-coordinate representation of color #682D4A: hue angle of 330.51º 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 #682D4A is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 74 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.59 |
| HSL | 330.51º | 0.4% | 0.29% | - |
| HSV(B) | 330.51º | 0.57% | 0.41% | - |
| XYZ | 7.88 | 5.31 | 7.09 | - |
| YUV | 65.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 74 | 0 | 0.57 | 0.29 | 0.59 | 330.51 | 0.4 | 0.29 |
| Hex | 68 | 2D | 4A | 0 | 39 | 1D | 3B | 14B | 28 | 1D |
| Octal | 150 | 55 | 112 | 0 | 71 | 35 | 73 | 513 | 50 | 35 |
| Binary | 1101000 | 101101 | 1001010 | 0 | 111001 | 11101 | 111011 | 101001011 | 101000 | 11101 |
Color Harmonies of #682D4A
Complementary color
Monochromatic Colors of #682D4A
Black with #682D4A
Text Example
Text Example
White with #682D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D4A; }
p { color: rgb(104,45,74); }
H1.HeaderClassName
{
color: #682D4A;
}
.AnyTagClassName
{
color: #682D4A;
}
</style>
background-color css
<style>
a { background-color: #682D4A; }
a { background-color: rgb(104,45,74); }
div.DivClassName
{
background-color: #682D4A;
}
.BgClassName
{
background-color: #682D4A;
}
</style>
border-color css
<style>
span { border-color: #682D4A; }
span { border-color: rgb(104,45,74); }
td.TdClassName
{
border-color: #682D4A;
}
.TagClassName
{
border-color: #682D4A;
}
</style>