Shades of Tawny Port #603049
Tints of Tawny Port #603049
RGB
CMYK
RGB Variations
Color information
#603049 (or 0x603049) is known color: Tawny Port. HEX triplet: 60, 30 and 49. RGB value is (96,48,73). Sum of RGB (Red+Green+Blue) = 96+48+73=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #603049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603049 is #9FCFB6. Grayscale: #414141. Windows color (decimal): -10473399 or 4796512. OLE color: 4796512.
HSL color Cylindrical-coordinate representation of color #603049: hue angle of 328.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603049 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 73 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.62 |
| HSL | 328.75º | 0.33% | 0.28% | - |
| HSV(B) | 328.75º | 0.5% | 0.38% | - |
| XYZ | 7.08 | 5.08 | 6.91 | - |
| YUV | 65.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 73 | 0 | 0.50 | 0.24 | 0.62 | 328.75 | 0.33 | 0.28 |
| Hex | 60 | 30 | 49 | 0 | 32 | 18 | 3E | 149 | 21 | 1C |
| Octal | 140 | 60 | 111 | 0 | 62 | 30 | 76 | 511 | 41 | 34 |
| Binary | 1100000 | 110000 | 1001001 | 0 | 110010 | 11000 | 111110 | 101001001 | 100001 | 11100 |
Color Harmonies of #603049
Complementary color
Monochromatic Colors of #603049
Black with #603049
Text Example
Text Example
White with #603049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603049; }
p { color: rgb(96,48,73); }
H1.HeaderClassName
{
color: #603049;
}
.AnyTagClassName
{
color: #603049;
}
</style>
background-color css
<style>
a { background-color: #603049; }
a { background-color: rgb(96,48,73); }
div.DivClassName
{
background-color: #603049;
}
.BgClassName
{
background-color: #603049;
}
</style>
border-color css
<style>
span { border-color: #603049; }
span { border-color: rgb(96,48,73); }
td.TdClassName
{
border-color: #603049;
}
.TagClassName
{
border-color: #603049;
}
</style>