Shades of Pompadour #68193F
Tints of Pompadour #68193F
RGB
CMYK
RGB Variations
Color information
#68193F (or 0x68193F) is known color: Pompadour. HEX triplet: 68, 19 and 3F. RGB value is (104,25,63). Sum of RGB (Red+Green+Blue) = 104+25+63=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #68193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68193F is #97E6C0. Grayscale: #343434. Windows color (decimal): -9955009 or 4135272. OLE color: 4135272.
HSL color Cylindrical-coordinate representation of color #68193F: hue angle of 331.14º 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 #68193F is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 63 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.59 |
| HSL | 331.14º | 0.61% | 0.25% | - |
| HSV(B) | 331.14º | 0.76% | 0.41% | - |
| XYZ | 6.95 | 4 | 5.11 | - |
| YUV | 52.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 63 | 0 | 0.76 | 0.39 | 0.59 | 331.14 | 0.61 | 0.25 |
| Hex | 68 | 19 | 3F | 0 | 4C | 27 | 3B | 14B | 3D | 19 |
| Octal | 150 | 31 | 77 | 0 | 114 | 47 | 73 | 513 | 75 | 31 |
| Binary | 1101000 | 11001 | 111111 | 0 | 1001100 | 100111 | 111011 | 101001011 | 111101 | 11001 |
Color Harmonies of #68193F
Complementary color
Monochromatic Colors of #68193F
Black with #68193F
Text Example
Text Example
White with #68193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68193F; }
p { color: rgb(104,25,63); }
H1.HeaderClassName
{
color: #68193F;
}
.AnyTagClassName
{
color: #68193F;
}
</style>
background-color css
<style>
a { background-color: #68193F; }
a { background-color: rgb(104,25,63); }
div.DivClassName
{
background-color: #68193F;
}
.BgClassName
{
background-color: #68193F;
}
</style>
border-color css
<style>
span { border-color: #68193F; }
span { border-color: rgb(104,25,63); }
td.TdClassName
{
border-color: #68193F;
}
.TagClassName
{
border-color: #68193F;
}
</style>