Shades of Pompadour #682249
Tints of Pompadour #682249
RGB
CMYK
RGB Variations
Color information
#682249 (or 0x682249) is known color: Pompadour. HEX triplet: 68, 22 and 49. RGB value is (104,34,73). Sum of RGB (Red+Green+Blue) = 104+34+73=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #682249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682249 is #97DDB6. Grayscale: #3B3B3B. Windows color (decimal): -9952695 or 4792936. OLE color: 4792936.
HSL color Cylindrical-coordinate representation of color #682249: hue angle of 326.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #682249 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 73 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.59 |
| HSL | 326.57º | 0.51% | 0.27% | - |
| HSV(B) | 326.57º | 0.67% | 0.41% | - |
| XYZ | 7.48 | 4.57 | 6.79 | - |
| YUV | 59.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 73 | 0 | 0.67 | 0.30 | 0.59 | 326.57 | 0.51 | 0.27 |
| Hex | 68 | 22 | 49 | 0 | 43 | 1E | 3B | 147 | 33 | 1B |
| Octal | 150 | 42 | 111 | 0 | 103 | 36 | 73 | 507 | 63 | 33 |
| Binary | 1101000 | 100010 | 1001001 | 0 | 1000011 | 11110 | 111011 | 101000111 | 110011 | 11011 |
Color Harmonies of #682249
Complementary color
Monochromatic Colors of #682249
Black with #682249
Text Example
Text Example
White with #682249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682249; }
p { color: rgb(104,34,73); }
H1.HeaderClassName
{
color: #682249;
}
.AnyTagClassName
{
color: #682249;
}
</style>
background-color css
<style>
a { background-color: #682249; }
a { background-color: rgb(104,34,73); }
div.DivClassName
{
background-color: #682249;
}
.BgClassName
{
background-color: #682249;
}
</style>
border-color css
<style>
span { border-color: #682249; }
span { border-color: rgb(104,34,73); }
td.TdClassName
{
border-color: #682249;
}
.TagClassName
{
border-color: #682249;
}
</style>