Shades of Tawny Port #603441
Tints of Tawny Port #603441
RGB
CMYK
RGB Variations
Color information
#603441 (or 0x603441) is known color: Tawny Port. HEX triplet: 60, 34 and 41. RGB value is (96,52,65). Sum of RGB (Red+Green+Blue) = 96+52+65=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #603441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603441 is #9FCBBE. Grayscale: #424242. Windows color (decimal): -10472383 or 4273248. OLE color: 4273248.
HSL color Cylindrical-coordinate representation of color #603441: hue angle of 342.27º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #603441 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 65 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.62 |
| HSL | 342.27º | 0.3% | 0.29% | - |
| HSV(B) | 342.27º | 0.46% | 0.38% | - |
| XYZ | 7.01 | 5.32 | 5.66 | - |
| YUV | 66.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 65 | 0 | 0.46 | 0.32 | 0.62 | 342.27 | 0.3 | 0.29 |
| Hex | 60 | 34 | 41 | 0 | 2E | 20 | 3E | 156 | 1E | 1D |
| Octal | 140 | 64 | 101 | 0 | 56 | 40 | 76 | 526 | 36 | 35 |
| Binary | 1100000 | 110100 | 1000001 | 0 | 101110 | 100000 | 111110 | 101010110 | 11110 | 11101 |
Color Harmonies of #603441
Complementary color
Monochromatic Colors of #603441
Black with #603441
Text Example
Text Example
White with #603441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603441; }
p { color: rgb(96,52,65); }
H1.HeaderClassName
{
color: #603441;
}
.AnyTagClassName
{
color: #603441;
}
</style>
background-color css
<style>
a { background-color: #603441; }
a { background-color: rgb(96,52,65); }
div.DivClassName
{
background-color: #603441;
}
.BgClassName
{
background-color: #603441;
}
</style>
border-color css
<style>
span { border-color: #603441; }
span { border-color: rgb(96,52,65); }
td.TdClassName
{
border-color: #603441;
}
.TagClassName
{
border-color: #603441;
}
</style>