Shades of Pompadour #682A4A
Tints of Pompadour #682A4A
RGB
CMYK
RGB Variations
Color information
#682A4A (or 0x682A4A) is known color: Pompadour. HEX triplet: 68, 2A and 4A. RGB value is (104,42,74). Sum of RGB (Red+Green+Blue) = 104+42+74=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #682A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A4A is #97D5B5. Grayscale: #404040. Windows color (decimal): -9950646 or 4860520. OLE color: 4860520.
HSL color Cylindrical-coordinate representation of color #682A4A: hue angle of 329.03º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682A4A is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 74 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.59 |
| HSL | 329.03º | 0.42% | 0.29% | - |
| HSV(B) | 329.03º | 0.6% | 0.41% | - |
| XYZ | 7.77 | 5.09 | 7.05 | - |
| YUV | 64.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 74 | 0 | 0.60 | 0.29 | 0.59 | 329.03 | 0.42 | 0.29 |
| Hex | 68 | 2A | 4A | 0 | 3C | 1D | 3B | 149 | 2A | 1D |
| Octal | 150 | 52 | 112 | 0 | 74 | 35 | 73 | 511 | 52 | 35 |
| Binary | 1101000 | 101010 | 1001010 | 0 | 111100 | 11101 | 111011 | 101001001 | 101010 | 11101 |
Color Harmonies of #682A4A
Complementary color
Monochromatic Colors of #682A4A
Black with #682A4A
Text Example
Text Example
White with #682A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A4A; }
p { color: rgb(104,42,74); }
H1.HeaderClassName
{
color: #682A4A;
}
.AnyTagClassName
{
color: #682A4A;
}
</style>
background-color css
<style>
a { background-color: #682A4A; }
a { background-color: rgb(104,42,74); }
div.DivClassName
{
background-color: #682A4A;
}
.BgClassName
{
background-color: #682A4A;
}
</style>
border-color css
<style>
span { border-color: #682A4A; }
span { border-color: rgb(104,42,74); }
td.TdClassName
{
border-color: #682A4A;
}
.TagClassName
{
border-color: #682A4A;
}
</style>