Shades of Pompadour #681941
Tints of Pompadour #681941
RGB
CMYK
RGB Variations
Color information
#681941 (or 0x681941) is known color: Pompadour. HEX triplet: 68, 19 and 41. RGB value is (104,25,65). Sum of RGB (Red+Green+Blue) = 104+25+65=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #681941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681941 is #97E6BE. Grayscale: #353535. Windows color (decimal): -9955007 or 4266344. OLE color: 4266344.
HSL color Cylindrical-coordinate representation of color #681941: hue angle of 329.62º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681941 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 65 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.59 |
| HSL | 329.62º | 0.61% | 0.25% | - |
| HSV(B) | 329.62º | 0.76% | 0.41% | - |
| XYZ | 7.01 | 4.02 | 5.41 | - |
| YUV | 53.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 65 | 0 | 0.76 | 0.38 | 0.59 | 329.62 | 0.61 | 0.25 |
| Hex | 68 | 19 | 41 | 0 | 4C | 26 | 3B | 14A | 3D | 19 |
| Octal | 150 | 31 | 101 | 0 | 114 | 46 | 73 | 512 | 75 | 31 |
| Binary | 1101000 | 11001 | 1000001 | 0 | 1001100 | 100110 | 111011 | 101001010 | 111101 | 11001 |
Color Harmonies of #681941
Complementary color
Monochromatic Colors of #681941
Black with #681941
Text Example
Text Example
White with #681941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681941; }
p { color: rgb(104,25,65); }
H1.HeaderClassName
{
color: #681941;
}
.AnyTagClassName
{
color: #681941;
}
</style>
background-color css
<style>
a { background-color: #681941; }
a { background-color: rgb(104,25,65); }
div.DivClassName
{
background-color: #681941;
}
.BgClassName
{
background-color: #681941;
}
</style>
border-color css
<style>
span { border-color: #681941; }
span { border-color: rgb(104,25,65); }
td.TdClassName
{
border-color: #681941;
}
.TagClassName
{
border-color: #681941;
}
</style>