Shades of Tawny Port #603A4D
Tints of Tawny Port #603A4D
RGB
CMYK
RGB Variations
Color information
#603A4D (or 0x603A4D) is known color: Tawny Port. HEX triplet: 60, 3A and 4D. RGB value is (96,58,77). Sum of RGB (Red+Green+Blue) = 96+58+77=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #603A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A4D is #9FC5B2. Grayscale: #474747. Windows color (decimal): -10470835 or 5061216. OLE color: 5061216.
HSL color Cylindrical-coordinate representation of color #603A4D: hue angle of 330º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603A4D is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 77 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.62 |
| HSL | 330º | 0.25% | 0.3% | - |
| HSV(B) | 330º | 0.4% | 0.38% | - |
| XYZ | 7.68 | 6.05 | 7.78 | - |
| YUV | 71.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 77 | 0 | 0.40 | 0.20 | 0.62 | 330 | 0.25 | 0.3 |
| Hex | 60 | 3A | 4D | 0 | 28 | 14 | 3E | 14A | 19 | 1E |
| Octal | 140 | 72 | 115 | 0 | 50 | 24 | 76 | 512 | 31 | 36 |
| Binary | 1100000 | 111010 | 1001101 | 0 | 101000 | 10100 | 111110 | 101001010 | 11001 | 11110 |
Color Harmonies of #603A4D
Complementary color
Monochromatic Colors of #603A4D
Black with #603A4D
Text Example
Text Example
White with #603A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A4D; }
p { color: rgb(96,58,77); }
H1.HeaderClassName
{
color: #603A4D;
}
.AnyTagClassName
{
color: #603A4D;
}
</style>
background-color css
<style>
a { background-color: #603A4D; }
a { background-color: rgb(96,58,77); }
div.DivClassName
{
background-color: #603A4D;
}
.BgClassName
{
background-color: #603A4D;
}
</style>
border-color css
<style>
span { border-color: #603A4D; }
span { border-color: rgb(96,58,77); }
td.TdClassName
{
border-color: #603A4D;
}
.TagClassName
{
border-color: #603A4D;
}
</style>