Shades of Pompadour #68113A
Tints of Pompadour #68113A
RGB
CMYK
RGB Variations
Color information
#68113A (or 0x68113A) is known color: Pompadour. HEX triplet: 68, 11 and 3A. RGB value is (104,17,58). Sum of RGB (Red+Green+Blue) = 104+17+58=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #68113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68113A is #97EEC5. Grayscale: #2F2F2F. Windows color (decimal): -9957062 or 3805544. OLE color: 3805544.
HSL color Cylindrical-coordinate representation of color #68113A: hue angle of 331.72º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68113A is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 17 | 58 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.59 |
| HSL | 331.72º | 0.72% | 0.24% | - |
| HSV(B) | 331.72º | 0.84% | 0.41% | - |
| XYZ | 6.67 | 3.65 | 4.36 | - |
| YUV | 47.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 58 | 0 | 0.84 | 0.44 | 0.59 | 331.72 | 0.72 | 0.24 |
| Hex | 68 | 11 | 3A | 0 | 54 | 2C | 3B | 14C | 48 | 18 |
| Octal | 150 | 21 | 72 | 0 | 124 | 54 | 73 | 514 | 110 | 30 |
| Binary | 1101000 | 10001 | 111010 | 0 | 1010100 | 101100 | 111011 | 101001100 | 1001000 | 11000 |
Color Harmonies of #68113A
Complementary color
Monochromatic Colors of #68113A
Black with #68113A
Text Example
Text Example
White with #68113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68113A; }
p { color: rgb(104,17,58); }
H1.HeaderClassName
{
color: #68113A;
}
.AnyTagClassName
{
color: #68113A;
}
</style>
background-color css
<style>
a { background-color: #68113A; }
a { background-color: rgb(104,17,58); }
div.DivClassName
{
background-color: #68113A;
}
.BgClassName
{
background-color: #68113A;
}
</style>
border-color css
<style>
span { border-color: #68113A; }
span { border-color: rgb(104,17,58); }
td.TdClassName
{
border-color: #68113A;
}
.TagClassName
{
border-color: #68113A;
}
</style>