Shades of Tawny Port #603047
Tints of Tawny Port #603047
RGB
CMYK
RGB Variations
Color information
#603047 (or 0x603047) is known color: Tawny Port. HEX triplet: 60, 30 and 47. RGB value is (96,48,71). Sum of RGB (Red+Green+Blue) = 96+48+71=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #603047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603047 is #9FCFB8. Grayscale: #404040. Windows color (decimal): -10473401 or 4665440. OLE color: 4665440.
HSL color Cylindrical-coordinate representation of color #603047: hue angle of 331.25º 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 #603047 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 71 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.62 |
| HSL | 331.25º | 0.33% | 0.28% | - |
| HSV(B) | 331.25º | 0.5% | 0.38% | - |
| XYZ | 7.02 | 5.06 | 6.57 | - |
| YUV | 64.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 71 | 0 | 0.50 | 0.26 | 0.62 | 331.25 | 0.33 | 0.28 |
| Hex | 60 | 30 | 47 | 0 | 32 | 1A | 3E | 14B | 21 | 1C |
| Octal | 140 | 60 | 107 | 0 | 62 | 32 | 76 | 513 | 41 | 34 |
| Binary | 1100000 | 110000 | 1000111 | 0 | 110010 | 11010 | 111110 | 101001011 | 100001 | 11100 |
Color Harmonies of #603047
Complementary color
Monochromatic Colors of #603047
Black with #603047
Text Example
Text Example
White with #603047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603047; }
p { color: rgb(96,48,71); }
H1.HeaderClassName
{
color: #603047;
}
.AnyTagClassName
{
color: #603047;
}
</style>
background-color css
<style>
a { background-color: #603047; }
a { background-color: rgb(96,48,71); }
div.DivClassName
{
background-color: #603047;
}
.BgClassName
{
background-color: #603047;
}
</style>
border-color css
<style>
span { border-color: #603047; }
span { border-color: rgb(96,48,71); }
td.TdClassName
{
border-color: #603047;
}
.TagClassName
{
border-color: #603047;
}
</style>