Shades of Tawny Port #603B4D
Tints of Tawny Port #603B4D
RGB
CMYK
RGB Variations
Color information
#603B4D (or 0x603B4D) is known color: Tawny Port. HEX triplet: 60, 3B and 4D. RGB value is (96,59,77). Sum of RGB (Red+Green+Blue) = 96+59+77=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #603B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B4D is #9FC4B2. Grayscale: #484848. Windows color (decimal): -10470579 or 5061472. OLE color: 5061472.
HSL color Cylindrical-coordinate representation of color #603B4D: hue angle of 330.81º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #603B4D is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 59 | 77 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.62 |
| HSL | 330.81º | 0.24% | 0.3% | - |
| HSV(B) | 330.81º | 0.39% | 0.38% | - |
| XYZ | 7.73 | 6.15 | 7.8 | - |
| YUV | 72.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 77 | 0 | 0.39 | 0.20 | 0.62 | 330.81 | 0.24 | 0.3 |
| Hex | 60 | 3B | 4D | 0 | 27 | 14 | 3E | 14B | 18 | 1E |
| Octal | 140 | 73 | 115 | 0 | 47 | 24 | 76 | 513 | 30 | 36 |
| Binary | 1100000 | 111011 | 1001101 | 0 | 100111 | 10100 | 111110 | 101001011 | 11000 | 11110 |
Color Harmonies of #603B4D
Complementary color
Monochromatic Colors of #603B4D
Black with #603B4D
Text Example
Text Example
White with #603B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B4D; }
p { color: rgb(96,59,77); }
H1.HeaderClassName
{
color: #603B4D;
}
.AnyTagClassName
{
color: #603B4D;
}
</style>
background-color css
<style>
a { background-color: #603B4D; }
a { background-color: rgb(96,59,77); }
div.DivClassName
{
background-color: #603B4D;
}
.BgClassName
{
background-color: #603B4D;
}
</style>
border-color css
<style>
span { border-color: #603B4D; }
span { border-color: rgb(96,59,77); }
td.TdClassName
{
border-color: #603B4D;
}
.TagClassName
{
border-color: #603B4D;
}
</style>