Shades of Pompadour #682347
Tints of Pompadour #682347
RGB
CMYK
RGB Variations
Color information
#682347 (or 0x682347) is known color: Pompadour. HEX triplet: 68, 23 and 47. RGB value is (104,35,71). Sum of RGB (Red+Green+Blue) = 104+35+71=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #682347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682347 is #97DCB8. Grayscale: #3B3B3B. Windows color (decimal): -9952441 or 4662120. OLE color: 4662120.
HSL color Cylindrical-coordinate representation of color #682347: hue angle of 328.7º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682347 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 35 | 71 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.59 |
| HSL | 328.7º | 0.5% | 0.27% | - |
| HSV(B) | 328.7º | 0.66% | 0.41% | - |
| XYZ | 7.45 | 4.6 | 6.46 | - |
| YUV | 59.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 35 | 71 | 0 | 0.66 | 0.32 | 0.59 | 328.7 | 0.5 | 0.27 |
| Hex | 68 | 23 | 47 | 0 | 42 | 20 | 3B | 149 | 32 | 1B |
| Octal | 150 | 43 | 107 | 0 | 102 | 40 | 73 | 511 | 62 | 33 |
| Binary | 1101000 | 100011 | 1000111 | 0 | 1000010 | 100000 | 111011 | 101001001 | 110010 | 11011 |
Color Harmonies of #682347
Complementary color
Monochromatic Colors of #682347
Black with #682347
Text Example
Text Example
White with #682347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682347; }
p { color: rgb(104,35,71); }
H1.HeaderClassName
{
color: #682347;
}
.AnyTagClassName
{
color: #682347;
}
</style>
background-color css
<style>
a { background-color: #682347; }
a { background-color: rgb(104,35,71); }
div.DivClassName
{
background-color: #682347;
}
.BgClassName
{
background-color: #682347;
}
</style>
border-color css
<style>
span { border-color: #682347; }
span { border-color: rgb(104,35,71); }
td.TdClassName
{
border-color: #682347;
}
.TagClassName
{
border-color: #682347;
}
</style>