Shades of Pompadour #68173F
Tints of Pompadour #68173F
RGB
CMYK
RGB Variations
Color information
#68173F (or 0x68173F) is known color: Pompadour. HEX triplet: 68, 17 and 3F. RGB value is (104,23,63). Sum of RGB (Red+Green+Blue) = 104+23+63=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #68173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68173F is #97E8C0. Grayscale: #333333. Windows color (decimal): -9955521 or 4134760. OLE color: 4134760.
HSL color Cylindrical-coordinate representation of color #68173F: hue angle of 330.37º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68173F is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 23 | 63 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.59 |
| HSL | 330.37º | 0.64% | 0.25% | - |
| HSV(B) | 330.37º | 0.78% | 0.41% | - |
| XYZ | 6.91 | 3.91 | 5.09 | - |
| YUV | 51.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 63 | 0 | 0.78 | 0.39 | 0.59 | 330.37 | 0.64 | 0.25 |
| Hex | 68 | 17 | 3F | 0 | 4E | 27 | 3B | 14A | 40 | 19 |
| Octal | 150 | 27 | 77 | 0 | 116 | 47 | 73 | 512 | 100 | 31 |
| Binary | 1101000 | 10111 | 111111 | 0 | 1001110 | 100111 | 111011 | 101001010 | 1000000 | 11001 |
Color Harmonies of #68173F
Complementary color
Monochromatic Colors of #68173F
Black with #68173F
Text Example
Text Example
White with #68173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68173F; }
p { color: rgb(104,23,63); }
H1.HeaderClassName
{
color: #68173F;
}
.AnyTagClassName
{
color: #68173F;
}
</style>
background-color css
<style>
a { background-color: #68173F; }
a { background-color: rgb(104,23,63); }
div.DivClassName
{
background-color: #68173F;
}
.BgClassName
{
background-color: #68173F;
}
</style>
border-color css
<style>
span { border-color: #68173F; }
span { border-color: rgb(104,23,63); }
td.TdClassName
{
border-color: #68173F;
}
.TagClassName
{
border-color: #68173F;
}
</style>