Shades of Pompadour #68193B
Tints of Pompadour #68193B
RGB
CMYK
RGB Variations
Color information
#68193B (or 0x68193B) is known color: Pompadour. HEX triplet: 68, 19 and 3B. RGB value is (104,25,59). Sum of RGB (Red+Green+Blue) = 104+25+59=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68193B is #97E6C4. Grayscale: #343434. Windows color (decimal): -9955013 or 3873128. OLE color: 3873128.
HSL color Cylindrical-coordinate representation of color #68193B: hue angle of 334.18º 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 #68193B is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 59 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.59 |
| HSL | 334.18º | 0.61% | 0.25% | - |
| HSV(B) | 334.18º | 0.76% | 0.41% | - |
| XYZ | 6.85 | 3.95 | 4.54 | - |
| YUV | 52.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 59 | 0 | 0.76 | 0.43 | 0.59 | 334.18 | 0.61 | 0.25 |
| Hex | 68 | 19 | 3B | 0 | 4C | 2B | 3B | 14E | 3D | 19 |
| Octal | 150 | 31 | 73 | 0 | 114 | 53 | 73 | 516 | 75 | 31 |
| Binary | 1101000 | 11001 | 111011 | 0 | 1001100 | 101011 | 111011 | 101001110 | 111101 | 11001 |
Color Harmonies of #68193B
Complementary color
Monochromatic Colors of #68193B
Black with #68193B
Text Example
Text Example
White with #68193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68193B; }
p { color: rgb(104,25,59); }
H1.HeaderClassName
{
color: #68193B;
}
.AnyTagClassName
{
color: #68193B;
}
</style>
background-color css
<style>
a { background-color: #68193B; }
a { background-color: rgb(104,25,59); }
div.DivClassName
{
background-color: #68193B;
}
.BgClassName
{
background-color: #68193B;
}
</style>
border-color css
<style>
span { border-color: #68193B; }
span { border-color: rgb(104,25,59); }
td.TdClassName
{
border-color: #68193B;
}
.TagClassName
{
border-color: #68193B;
}
</style>