Shades of Pompadour #68113E
Tints of Pompadour #68113E
RGB
CMYK
RGB Variations
Color information
#68113E (or 0x68113E) is known color: Pompadour. HEX triplet: 68, 11 and 3E. RGB value is (104,17,62). Sum of RGB (Red+Green+Blue) = 104+17+62=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68113E is #97EEC1. Grayscale: #303030. Windows color (decimal): -9957058 or 4067688. OLE color: 4067688.
HSL color Cylindrical-coordinate representation of color #68113E: hue angle of 328.97º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68113E is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 17 | 62 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.59 |
| HSL | 328.97º | 0.72% | 0.24% | - |
| HSV(B) | 328.97º | 0.84% | 0.41% | - |
| XYZ | 6.78 | 3.69 | 4.91 | - |
| YUV | 48.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 62 | 0 | 0.84 | 0.40 | 0.59 | 328.97 | 0.72 | 0.24 |
| Hex | 68 | 11 | 3E | 0 | 54 | 28 | 3B | 149 | 48 | 18 |
| Octal | 150 | 21 | 76 | 0 | 124 | 50 | 73 | 511 | 110 | 30 |
| Binary | 1101000 | 10001 | 111110 | 0 | 1010100 | 101000 | 111011 | 101001001 | 1001000 | 11000 |
Color Harmonies of #68113E
Complementary color
Monochromatic Colors of #68113E
Black with #68113E
Text Example
Text Example
White with #68113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68113E; }
p { color: rgb(104,17,62); }
H1.HeaderClassName
{
color: #68113E;
}
.AnyTagClassName
{
color: #68113E;
}
</style>
background-color css
<style>
a { background-color: #68113E; }
a { background-color: rgb(104,17,62); }
div.DivClassName
{
background-color: #68113E;
}
.BgClassName
{
background-color: #68113E;
}
</style>
border-color css
<style>
span { border-color: #68113E; }
span { border-color: rgb(104,17,62); }
td.TdClassName
{
border-color: #68113E;
}
.TagClassName
{
border-color: #68113E;
}
</style>