Shades of Pompadour #682447
Tints of Pompadour #682447
RGB
CMYK
RGB Variations
Color information
#682447 (or 0x682447) is known color: Pompadour. HEX triplet: 68, 24 and 47. RGB value is (104,36,71). Sum of RGB (Red+Green+Blue) = 104+36+71=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #682447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682447 is #97DBB8. Grayscale: #3C3C3C. Windows color (decimal): -9952185 or 4662376. OLE color: 4662376.
HSL color Cylindrical-coordinate representation of color #682447: hue angle of 329.12º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682447 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 71 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.59 |
| HSL | 329.12º | 0.49% | 0.27% | - |
| HSV(B) | 329.12º | 0.65% | 0.41% | - |
| XYZ | 7.48 | 4.66 | 6.47 | - |
| YUV | 60.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 71 | 0 | 0.65 | 0.32 | 0.59 | 329.12 | 0.49 | 0.27 |
| Hex | 68 | 24 | 47 | 0 | 41 | 20 | 3B | 149 | 31 | 1B |
| Octal | 150 | 44 | 107 | 0 | 101 | 40 | 73 | 511 | 61 | 33 |
| Binary | 1101000 | 100100 | 1000111 | 0 | 1000001 | 100000 | 111011 | 101001001 | 110001 | 11011 |
Color Harmonies of #682447
Complementary color
Monochromatic Colors of #682447
Black with #682447
Text Example
Text Example
White with #682447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682447; }
p { color: rgb(104,36,71); }
H1.HeaderClassName
{
color: #682447;
}
.AnyTagClassName
{
color: #682447;
}
</style>
background-color css
<style>
a { background-color: #682447; }
a { background-color: rgb(104,36,71); }
div.DivClassName
{
background-color: #682447;
}
.BgClassName
{
background-color: #682447;
}
</style>
border-color css
<style>
span { border-color: #682447; }
span { border-color: rgb(104,36,71); }
td.TdClassName
{
border-color: #682447;
}
.TagClassName
{
border-color: #682447;
}
</style>