Shades of Tawny Port #603048
Tints of Tawny Port #603048
RGB
CMYK
RGB Variations
Color information
#603048 (or 0x603048) is known color: Tawny Port. HEX triplet: 60, 30 and 48. RGB value is (96,48,72). Sum of RGB (Red+Green+Blue) = 96+48+72=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #603048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603048 is #9FCFB7. Grayscale: #414141. Windows color (decimal): -10473400 or 4730976. OLE color: 4730976.
HSL color Cylindrical-coordinate representation of color #603048: hue angle of 330º 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 #603048 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 72 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.62 |
| HSL | 330º | 0.33% | 0.28% | - |
| HSV(B) | 330º | 0.5% | 0.38% | - |
| XYZ | 7.05 | 5.07 | 6.74 | - |
| YUV | 65.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 72 | 0 | 0.50 | 0.25 | 0.62 | 330 | 0.33 | 0.28 |
| Hex | 60 | 30 | 48 | 0 | 32 | 19 | 3E | 14A | 21 | 1C |
| Octal | 140 | 60 | 110 | 0 | 62 | 31 | 76 | 512 | 41 | 34 |
| Binary | 1100000 | 110000 | 1001000 | 0 | 110010 | 11001 | 111110 | 101001010 | 100001 | 11100 |
Color Harmonies of #603048
Complementary color
Monochromatic Colors of #603048
Black with #603048
Text Example
Text Example
White with #603048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603048; }
p { color: rgb(96,48,72); }
H1.HeaderClassName
{
color: #603048;
}
.AnyTagClassName
{
color: #603048;
}
</style>
background-color css
<style>
a { background-color: #603048; }
a { background-color: rgb(96,48,72); }
div.DivClassName
{
background-color: #603048;
}
.BgClassName
{
background-color: #603048;
}
</style>
border-color css
<style>
span { border-color: #603048; }
span { border-color: rgb(96,48,72); }
td.TdClassName
{
border-color: #603048;
}
.TagClassName
{
border-color: #603048;
}
</style>