Shades of Pompadour #68193C
Tints of Pompadour #68193C
RGB
CMYK
RGB Variations
Color information
#68193C (or 0x68193C) is known color: Pompadour. HEX triplet: 68, 19 and 3C. RGB value is (104,25,60). Sum of RGB (Red+Green+Blue) = 104+25+60=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #68193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68193C is #97E6C3. Grayscale: #343434. Windows color (decimal): -9955012 or 3938664. OLE color: 3938664.
HSL color Cylindrical-coordinate representation of color #68193C: hue angle of 333.42º 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 #68193C is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 60 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.59 |
| HSL | 333.42º | 0.61% | 0.25% | - |
| HSV(B) | 333.42º | 0.76% | 0.41% | - |
| XYZ | 6.87 | 3.96 | 4.68 | - |
| YUV | 52.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 60 | 0 | 0.76 | 0.42 | 0.59 | 333.42 | 0.61 | 0.25 |
| Hex | 68 | 19 | 3C | 0 | 4C | 2A | 3B | 14D | 3D | 19 |
| Octal | 150 | 31 | 74 | 0 | 114 | 52 | 73 | 515 | 75 | 31 |
| Binary | 1101000 | 11001 | 111100 | 0 | 1001100 | 101010 | 111011 | 101001101 | 111101 | 11001 |
Color Harmonies of #68193C
Complementary color
Monochromatic Colors of #68193C
Black with #68193C
Text Example
Text Example
White with #68193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68193C; }
p { color: rgb(104,25,60); }
H1.HeaderClassName
{
color: #68193C;
}
.AnyTagClassName
{
color: #68193C;
}
</style>
background-color css
<style>
a { background-color: #68193C; }
a { background-color: rgb(104,25,60); }
div.DivClassName
{
background-color: #68193C;
}
.BgClassName
{
background-color: #68193C;
}
</style>
border-color css
<style>
span { border-color: #68193C; }
span { border-color: rgb(104,25,60); }
td.TdClassName
{
border-color: #68193C;
}
.TagClassName
{
border-color: #68193C;
}
</style>