Shades of Pompadour #681C47
Tints of Pompadour #681C47
RGB
CMYK
RGB Variations
Color information
#681C47 (or 0x681C47) is known color: Pompadour. HEX triplet: 68, 1C and 47. RGB value is (104,28,71). Sum of RGB (Red+Green+Blue) = 104+28+71=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #681C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C47 is #97E3B8. Grayscale: #373737. Windows color (decimal): -9954233 or 4660328. OLE color: 4660328.
HSL color Cylindrical-coordinate representation of color #681C47: hue angle of 326.05º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C47 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 28 | 71 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.59 |
| HSL | 326.05º | 0.58% | 0.26% | - |
| HSV(B) | 326.05º | 0.73% | 0.41% | - |
| XYZ | 7.26 | 4.23 | 6.39 | - |
| YUV | 55.63 | 136.68 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 71 | 0 | 0.73 | 0.32 | 0.59 | 326.05 | 0.58 | 0.26 |
| Hex | 68 | 1C | 47 | 0 | 49 | 20 | 3B | 146 | 3A | 1A |
| Octal | 150 | 34 | 107 | 0 | 111 | 40 | 73 | 506 | 72 | 32 |
| Binary | 1101000 | 11100 | 1000111 | 0 | 1001001 | 100000 | 111011 | 101000110 | 111010 | 11010 |
Color Harmonies of #681C47
Complementary color
Monochromatic Colors of #681C47
Black with #681C47
Text Example
Text Example
White with #681C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C47; }
p { color: rgb(104,28,71); }
H1.HeaderClassName
{
color: #681C47;
}
.AnyTagClassName
{
color: #681C47;
}
</style>
background-color css
<style>
a { background-color: #681C47; }
a { background-color: rgb(104,28,71); }
div.DivClassName
{
background-color: #681C47;
}
.BgClassName
{
background-color: #681C47;
}
</style>
border-color css
<style>
span { border-color: #681C47; }
span { border-color: rgb(104,28,71); }
td.TdClassName
{
border-color: #681C47;
}
.TagClassName
{
border-color: #681C47;
}
</style>