Shades of Tawny Port #603249
Tints of Tawny Port #603249
RGB
CMYK
RGB Variations
Color information
#603249 (or 0x603249) is known color: Tawny Port. HEX triplet: 60, 32 and 49. RGB value is (96,50,73). Sum of RGB (Red+Green+Blue) = 96+50+73=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #603249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603249 is #9FCDB6. Grayscale: #424242. Windows color (decimal): -10472887 or 4797024. OLE color: 4797024.
HSL color Cylindrical-coordinate representation of color #603249: hue angle of 330º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #603249 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 73 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.62 |
| HSL | 330º | 0.32% | 0.29% | - |
| HSV(B) | 330º | 0.48% | 0.38% | - |
| XYZ | 7.17 | 5.25 | 6.94 | - |
| YUV | 66.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 73 | 0 | 0.48 | 0.24 | 0.62 | 330 | 0.32 | 0.29 |
| Hex | 60 | 32 | 49 | 0 | 30 | 18 | 3E | 14A | 20 | 1D |
| Octal | 140 | 62 | 111 | 0 | 60 | 30 | 76 | 512 | 40 | 35 |
| Binary | 1100000 | 110010 | 1001001 | 0 | 110000 | 11000 | 111110 | 101001010 | 100000 | 11101 |
Color Harmonies of #603249
Complementary color
Monochromatic Colors of #603249
Black with #603249
Text Example
Text Example
White with #603249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603249; }
p { color: rgb(96,50,73); }
H1.HeaderClassName
{
color: #603249;
}
.AnyTagClassName
{
color: #603249;
}
</style>
background-color css
<style>
a { background-color: #603249; }
a { background-color: rgb(96,50,73); }
div.DivClassName
{
background-color: #603249;
}
.BgClassName
{
background-color: #603249;
}
</style>
border-color css
<style>
span { border-color: #603249; }
span { border-color: rgb(96,50,73); }
td.TdClassName
{
border-color: #603249;
}
.TagClassName
{
border-color: #603249;
}
</style>