Shades of Tawny Port #683149
Tints of Tawny Port #683149
RGB
CMYK
RGB Variations
Color information
#683149 (or 0x683149) is known color: Tawny Port. HEX triplet: 68, 31 and 49. RGB value is (104,49,73). Sum of RGB (Red+Green+Blue) = 104+49+73=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #683149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683149 is #97CEB6. Grayscale: #444444. Windows color (decimal): -9948855 or 4796776. OLE color: 4796776.
HSL color Cylindrical-coordinate representation of color #683149: hue angle of 333.82º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683149 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 73 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.59 |
| HSL | 333.82º | 0.36% | 0.3% | - |
| HSV(B) | 333.82º | 0.53% | 0.41% | - |
| XYZ | 8.01 | 5.62 | 6.97 | - |
| YUV | 68.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 73 | 0 | 0.53 | 0.30 | 0.59 | 333.82 | 0.36 | 0.3 |
| Hex | 68 | 31 | 49 | 0 | 35 | 1E | 3B | 14E | 24 | 1E |
| Octal | 150 | 61 | 111 | 0 | 65 | 36 | 73 | 516 | 44 | 36 |
| Binary | 1101000 | 110001 | 1001001 | 0 | 110101 | 11110 | 111011 | 101001110 | 100100 | 11110 |
Color Harmonies of #683149
Complementary color
Monochromatic Colors of #683149
Black with #683149
Text Example
Text Example
White with #683149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683149; }
p { color: rgb(104,49,73); }
H1.HeaderClassName
{
color: #683149;
}
.AnyTagClassName
{
color: #683149;
}
</style>
background-color css
<style>
a { background-color: #683149; }
a { background-color: rgb(104,49,73); }
div.DivClassName
{
background-color: #683149;
}
.BgClassName
{
background-color: #683149;
}
</style>
border-color css
<style>
span { border-color: #683149; }
span { border-color: rgb(104,49,73); }
td.TdClassName
{
border-color: #683149;
}
.TagClassName
{
border-color: #683149;
}
</style>