Shades of Pompadour #681D40
Tints of Pompadour #681D40
RGB
CMYK
RGB Variations
Color information
#681D40 (or 0x681D40) is known color: Pompadour. HEX triplet: 68, 1D and 40. RGB value is (104,29,64). Sum of RGB (Red+Green+Blue) = 104+29+64=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D40 is #97E2BF. Grayscale: #373737. Windows color (decimal): -9953984 or 4201832. OLE color: 4201832.
HSL color Cylindrical-coordinate representation of color #681D40: hue angle of 332º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #681D40 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 64 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.59 |
| HSL | 332º | 0.56% | 0.26% | - |
| HSV(B) | 332º | 0.72% | 0.41% | - |
| XYZ | 7.07 | 4.19 | 5.29 | - |
| YUV | 55.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 64 | 0 | 0.72 | 0.38 | 0.59 | 332 | 0.56 | 0.26 |
| Hex | 68 | 1D | 40 | 0 | 48 | 26 | 3B | 14C | 38 | 1A |
| Octal | 150 | 35 | 100 | 0 | 110 | 46 | 73 | 514 | 70 | 32 |
| Binary | 1101000 | 11101 | 1000000 | 0 | 1001000 | 100110 | 111011 | 101001100 | 111000 | 11010 |
Color Harmonies of #681D40
Complementary color
Monochromatic Colors of #681D40
Black with #681D40
Text Example
Text Example
White with #681D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D40; }
p { color: rgb(104,29,64); }
H1.HeaderClassName
{
color: #681D40;
}
.AnyTagClassName
{
color: #681D40;
}
</style>
background-color css
<style>
a { background-color: #681D40; }
a { background-color: rgb(104,29,64); }
div.DivClassName
{
background-color: #681D40;
}
.BgClassName
{
background-color: #681D40;
}
</style>
border-color css
<style>
span { border-color: #681D40; }
span { border-color: rgb(104,29,64); }
td.TdClassName
{
border-color: #681D40;
}
.TagClassName
{
border-color: #681D40;
}
</style>