Shades of Tawny Port #603149
Tints of Tawny Port #603149
RGB
CMYK
RGB Variations
Color information
#603149 (or 0x603149) is known color: Tawny Port. HEX triplet: 60, 31 and 49. RGB value is (96,49,73). Sum of RGB (Red+Green+Blue) = 96+49+73=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #603149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603149 is #9FCEB6. Grayscale: #414141. Windows color (decimal): -10473143 or 4796768. OLE color: 4796768.
HSL color Cylindrical-coordinate representation of color #603149: hue angle of 329.36º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603149 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 73 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.62 |
| HSL | 329.36º | 0.32% | 0.28% | - |
| HSV(B) | 329.36º | 0.49% | 0.38% | - |
| XYZ | 7.12 | 5.16 | 6.92 | - |
| YUV | 65.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 73 | 0 | 0.49 | 0.24 | 0.62 | 329.36 | 0.32 | 0.28 |
| Hex | 60 | 31 | 49 | 0 | 31 | 18 | 3E | 149 | 20 | 1C |
| Octal | 140 | 61 | 111 | 0 | 61 | 30 | 76 | 511 | 40 | 34 |
| Binary | 1100000 | 110001 | 1001001 | 0 | 110001 | 11000 | 111110 | 101001001 | 100000 | 11100 |
Color Harmonies of #603149
Complementary color
Monochromatic Colors of #603149
Black with #603149
Text Example
Text Example
White with #603149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603149; }
p { color: rgb(96,49,73); }
H1.HeaderClassName
{
color: #603149;
}
.AnyTagClassName
{
color: #603149;
}
</style>
background-color css
<style>
a { background-color: #603149; }
a { background-color: rgb(96,49,73); }
div.DivClassName
{
background-color: #603149;
}
.BgClassName
{
background-color: #603149;
}
</style>
border-color css
<style>
span { border-color: #603149; }
span { border-color: rgb(96,49,73); }
td.TdClassName
{
border-color: #603149;
}
.TagClassName
{
border-color: #603149;
}
</style>