Shades of Pompadour #68173D
Tints of Pompadour #68173D
RGB
CMYK
RGB Variations
Color information
#68173D (or 0x68173D) is known color: Pompadour. HEX triplet: 68, 17 and 3D. RGB value is (104,23,61). Sum of RGB (Red+Green+Blue) = 104+23+61=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68173D is #97E8C2. Grayscale: #333333. Windows color (decimal): -9955523 or 4003688. OLE color: 4003688.
HSL color Cylindrical-coordinate representation of color #68173D: hue angle of 331.85º 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 #68173D is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 23 | 61 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.59 |
| HSL | 331.85º | 0.64% | 0.25% | - |
| HSV(B) | 331.85º | 0.78% | 0.41% | - |
| XYZ | 6.86 | 3.89 | 4.8 | - |
| YUV | 51.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 61 | 0 | 0.78 | 0.41 | 0.59 | 331.85 | 0.64 | 0.25 |
| Hex | 68 | 17 | 3D | 0 | 4E | 29 | 3B | 14C | 40 | 19 |
| Octal | 150 | 27 | 75 | 0 | 116 | 51 | 73 | 514 | 100 | 31 |
| Binary | 1101000 | 10111 | 111101 | 0 | 1001110 | 101001 | 111011 | 101001100 | 1000000 | 11001 |
Color Harmonies of #68173D
Complementary color
Monochromatic Colors of #68173D
Black with #68173D
Text Example
Text Example
White with #68173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68173D; }
p { color: rgb(104,23,61); }
H1.HeaderClassName
{
color: #68173D;
}
.AnyTagClassName
{
color: #68173D;
}
</style>
background-color css
<style>
a { background-color: #68173D; }
a { background-color: rgb(104,23,61); }
div.DivClassName
{
background-color: #68173D;
}
.BgClassName
{
background-color: #68173D;
}
</style>
border-color css
<style>
span { border-color: #68173D; }
span { border-color: rgb(104,23,61); }
td.TdClassName
{
border-color: #68173D;
}
.TagClassName
{
border-color: #68173D;
}
</style>