Shades of Tawny Port #603041
Tints of Tawny Port #603041
RGB
CMYK
RGB Variations
Color information
#603041 (or 0x603041) is known color: Tawny Port. HEX triplet: 60, 30 and 41. RGB value is (96,48,65). Sum of RGB (Red+Green+Blue) = 96+48+65=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #603041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603041 is #9FCFBE. Grayscale: #404040. Windows color (decimal): -10473407 or 4272224. OLE color: 4272224.
HSL color Cylindrical-coordinate representation of color #603041: hue angle of 338.75º 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 #603041 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 65 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.62 |
| HSL | 338.75º | 0.33% | 0.28% | - |
| HSV(B) | 338.75º | 0.5% | 0.38% | - |
| XYZ | 6.83 | 4.98 | 5.6 | - |
| YUV | 64.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 65 | 0 | 0.50 | 0.32 | 0.62 | 338.75 | 0.33 | 0.28 |
| Hex | 60 | 30 | 41 | 0 | 32 | 20 | 3E | 153 | 21 | 1C |
| Octal | 140 | 60 | 101 | 0 | 62 | 40 | 76 | 523 | 41 | 34 |
| Binary | 1100000 | 110000 | 1000001 | 0 | 110010 | 100000 | 111110 | 101010011 | 100001 | 11100 |
Color Harmonies of #603041
Complementary color
Monochromatic Colors of #603041
Black with #603041
Text Example
Text Example
White with #603041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603041; }
p { color: rgb(96,48,65); }
H1.HeaderClassName
{
color: #603041;
}
.AnyTagClassName
{
color: #603041;
}
</style>
background-color css
<style>
a { background-color: #603041; }
a { background-color: rgb(96,48,65); }
div.DivClassName
{
background-color: #603041;
}
.BgClassName
{
background-color: #603041;
}
</style>
border-color css
<style>
span { border-color: #603041; }
span { border-color: rgb(96,48,65); }
td.TdClassName
{
border-color: #603041;
}
.TagClassName
{
border-color: #603041;
}
</style>