Shades of Pompadour #681F44
Tints of Pompadour #681F44
RGB
CMYK
RGB Variations
Color information
#681F44 (or 0x681F44) is known color: Pompadour. HEX triplet: 68, 1F and 44. RGB value is (104,31,68). Sum of RGB (Red+Green+Blue) = 104+31+68=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #681F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F44 is #97E0BB. Grayscale: #383838. Windows color (decimal): -9953468 or 4464488. OLE color: 4464488.
HSL color Cylindrical-coordinate representation of color #681F44: hue angle of 329.59º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F44 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 31 | 68 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.59 |
| HSL | 329.59º | 0.54% | 0.26% | - |
| HSV(B) | 329.59º | 0.7% | 0.41% | - |
| XYZ | 7.24 | 4.34 | 5.92 | - |
| YUV | 57.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 68 | 0 | 0.70 | 0.35 | 0.59 | 329.59 | 0.54 | 0.26 |
| Hex | 68 | 1F | 44 | 0 | 46 | 23 | 3B | 14A | 36 | 1A |
| Octal | 150 | 37 | 104 | 0 | 106 | 43 | 73 | 512 | 66 | 32 |
| Binary | 1101000 | 11111 | 1000100 | 0 | 1000110 | 100011 | 111011 | 101001010 | 110110 | 11010 |
Color Harmonies of #681F44
Complementary color
Monochromatic Colors of #681F44
Black with #681F44
Text Example
Text Example
White with #681F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681F44; }
p { color: rgb(104,31,68); }
H1.HeaderClassName
{
color: #681F44;
}
.AnyTagClassName
{
color: #681F44;
}
</style>
background-color css
<style>
a { background-color: #681F44; }
a { background-color: rgb(104,31,68); }
div.DivClassName
{
background-color: #681F44;
}
.BgClassName
{
background-color: #681F44;
}
</style>
border-color css
<style>
span { border-color: #681F44; }
span { border-color: rgb(104,31,68); }
td.TdClassName
{
border-color: #681F44;
}
.TagClassName
{
border-color: #681F44;
}
</style>