Shades of Pompadour #682E4A
Tints of Pompadour #682E4A
RGB
CMYK
RGB Variations
Color information
#682E4A (or 0x682E4A) is known color: Pompadour. HEX triplet: 68, 2E and 4A. RGB value is (104,46,74). Sum of RGB (Red+Green+Blue) = 104+46+74=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #682E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E4A is #97D1B5. Grayscale: #424242. Windows color (decimal): -9949622 or 4861544. OLE color: 4861544.
HSL color Cylindrical-coordinate representation of color #682E4A: hue angle of 331.03º 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 #682E4A is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 74 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.59 |
| HSL | 331.03º | 0.39% | 0.29% | - |
| HSV(B) | 331.03º | 0.56% | 0.41% | - |
| XYZ | 7.92 | 5.39 | 7.1 | - |
| YUV | 66.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 74 | 0 | 0.56 | 0.29 | 0.59 | 331.03 | 0.39 | 0.29 |
| Hex | 68 | 2E | 4A | 0 | 38 | 1D | 3B | 14B | 27 | 1D |
| Octal | 150 | 56 | 112 | 0 | 70 | 35 | 73 | 513 | 47 | 35 |
| Binary | 1101000 | 101110 | 1001010 | 0 | 111000 | 11101 | 111011 | 101001011 | 100111 | 11101 |
Color Harmonies of #682E4A
Complementary color
Monochromatic Colors of #682E4A
Black with #682E4A
Text Example
Text Example
White with #682E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E4A; }
p { color: rgb(104,46,74); }
H1.HeaderClassName
{
color: #682E4A;
}
.AnyTagClassName
{
color: #682E4A;
}
</style>
background-color css
<style>
a { background-color: #682E4A; }
a { background-color: rgb(104,46,74); }
div.DivClassName
{
background-color: #682E4A;
}
.BgClassName
{
background-color: #682E4A;
}
</style>
border-color css
<style>
span { border-color: #682E4A; }
span { border-color: rgb(104,46,74); }
td.TdClassName
{
border-color: #682E4A;
}
.TagClassName
{
border-color: #682E4A;
}
</style>