Shades of Tawny Port #603247
Tints of Tawny Port #603247
RGB
CMYK
RGB Variations
Color information
#603247 (or 0x603247) is known color: Tawny Port. HEX triplet: 60, 32 and 47. RGB value is (96,50,71). Sum of RGB (Red+Green+Blue) = 96+50+71=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #603247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603247 is #9FCDB8. Grayscale: #424242. Windows color (decimal): -10472889 or 4665952. OLE color: 4665952.
HSL color Cylindrical-coordinate representation of color #603247: hue angle of 332.61º 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 #603247 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 71 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.62 |
| HSL | 332.61º | 0.32% | 0.29% | - |
| HSV(B) | 332.61º | 0.48% | 0.38% | - |
| XYZ | 7.1 | 5.22 | 6.6 | - |
| YUV | 66.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 71 | 0 | 0.48 | 0.26 | 0.62 | 332.61 | 0.32 | 0.29 |
| Hex | 60 | 32 | 47 | 0 | 30 | 1A | 3E | 14D | 20 | 1D |
| Octal | 140 | 62 | 107 | 0 | 60 | 32 | 76 | 515 | 40 | 35 |
| Binary | 1100000 | 110010 | 1000111 | 0 | 110000 | 11010 | 111110 | 101001101 | 100000 | 11101 |
Color Harmonies of #603247
Complementary color
Monochromatic Colors of #603247
Black with #603247
Text Example
Text Example
White with #603247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603247; }
p { color: rgb(96,50,71); }
H1.HeaderClassName
{
color: #603247;
}
.AnyTagClassName
{
color: #603247;
}
</style>
background-color css
<style>
a { background-color: #603247; }
a { background-color: rgb(96,50,71); }
div.DivClassName
{
background-color: #603247;
}
.BgClassName
{
background-color: #603247;
}
</style>
border-color css
<style>
span { border-color: #603247; }
span { border-color: rgb(96,50,71); }
td.TdClassName
{
border-color: #603247;
}
.TagClassName
{
border-color: #603247;
}
</style>