Shades of Pompadour #681749
Tints of Pompadour #681749
RGB
CMYK
RGB Variations
Color information
#681749 (or 0x681749) is known color: Pompadour. HEX triplet: 68, 17 and 49. RGB value is (104,23,73). Sum of RGB (Red+Green+Blue) = 104+23+73=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #681749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681749 is #97E8B6. Grayscale: #343434. Windows color (decimal): -9955511 or 4790120. OLE color: 4790120.
HSL color Cylindrical-coordinate representation of color #681749: hue angle of 322.96º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681749 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 23 | 73 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.59 |
| HSL | 322.96º | 0.64% | 0.25% | - |
| HSV(B) | 322.96º | 0.78% | 0.41% | - |
| XYZ | 7.22 | 4.04 | 6.7 | - |
| YUV | 52.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 73 | 0 | 0.78 | 0.30 | 0.59 | 322.96 | 0.64 | 0.25 |
| Hex | 68 | 17 | 49 | 0 | 4E | 1E | 3B | 143 | 40 | 19 |
| Octal | 150 | 27 | 111 | 0 | 116 | 36 | 73 | 503 | 100 | 31 |
| Binary | 1101000 | 10111 | 1001001 | 0 | 1001110 | 11110 | 111011 | 101000011 | 1000000 | 11001 |
Color Harmonies of #681749
Complementary color
Monochromatic Colors of #681749
Black with #681749
Text Example
Text Example
White with #681749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681749; }
p { color: rgb(104,23,73); }
H1.HeaderClassName
{
color: #681749;
}
.AnyTagClassName
{
color: #681749;
}
</style>
background-color css
<style>
a { background-color: #681749; }
a { background-color: rgb(104,23,73); }
div.DivClassName
{
background-color: #681749;
}
.BgClassName
{
background-color: #681749;
}
</style>
border-color css
<style>
span { border-color: #681749; }
span { border-color: rgb(104,23,73); }
td.TdClassName
{
border-color: #681749;
}
.TagClassName
{
border-color: #681749;
}
</style>