Shades of Pompadour #68193E
Tints of Pompadour #68193E
RGB
CMYK
RGB Variations
Color information
#68193E (or 0x68193E) is known color: Pompadour. HEX triplet: 68, 19 and 3E. RGB value is (104,25,62). Sum of RGB (Red+Green+Blue) = 104+25+62=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #68193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68193E is #97E6C1. Grayscale: #343434. Windows color (decimal): -9955010 or 4069736. OLE color: 4069736.
HSL color Cylindrical-coordinate representation of color #68193E: hue angle of 331.9º 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 #68193E is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 62 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.59 |
| HSL | 331.9º | 0.61% | 0.25% | - |
| HSV(B) | 331.9º | 0.76% | 0.41% | - |
| XYZ | 6.93 | 3.99 | 4.96 | - |
| YUV | 52.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 62 | 0 | 0.76 | 0.40 | 0.59 | 331.9 | 0.61 | 0.25 |
| Hex | 68 | 19 | 3E | 0 | 4C | 28 | 3B | 14C | 3D | 19 |
| Octal | 150 | 31 | 76 | 0 | 114 | 50 | 73 | 514 | 75 | 31 |
| Binary | 1101000 | 11001 | 111110 | 0 | 1001100 | 101000 | 111011 | 101001100 | 111101 | 11001 |
Color Harmonies of #68193E
Complementary color
Monochromatic Colors of #68193E
Black with #68193E
Text Example
Text Example
White with #68193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68193E; }
p { color: rgb(104,25,62); }
H1.HeaderClassName
{
color: #68193E;
}
.AnyTagClassName
{
color: #68193E;
}
</style>
background-color css
<style>
a { background-color: #68193E; }
a { background-color: rgb(104,25,62); }
div.DivClassName
{
background-color: #68193E;
}
.BgClassName
{
background-color: #68193E;
}
</style>
border-color css
<style>
span { border-color: #68193E; }
span { border-color: rgb(104,25,62); }
td.TdClassName
{
border-color: #68193E;
}
.TagClassName
{
border-color: #68193E;
}
</style>