Shades of Tawny Port #603144
Tints of Tawny Port #603144
RGB
CMYK
RGB Variations
Color information
#603144 (or 0x603144) is known color: Tawny Port. HEX triplet: 60, 31 and 44. RGB value is (96,49,68). Sum of RGB (Red+Green+Blue) = 96+49+68=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #603144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603144 is #9FCEBB. Grayscale: #414141. Windows color (decimal): -10473148 or 4469088. OLE color: 4469088.
HSL color Cylindrical-coordinate representation of color #603144: hue angle of 335.74º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603144 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 68 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.62 |
| HSL | 335.74º | 0.32% | 0.28% | - |
| HSV(B) | 335.74º | 0.49% | 0.38% | - |
| XYZ | 6.97 | 5.1 | 6.09 | - |
| YUV | 65.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 68 | 0 | 0.49 | 0.29 | 0.62 | 335.74 | 0.32 | 0.28 |
| Hex | 60 | 31 | 44 | 0 | 31 | 1D | 3E | 150 | 20 | 1C |
| Octal | 140 | 61 | 104 | 0 | 61 | 35 | 76 | 520 | 40 | 34 |
| Binary | 1100000 | 110001 | 1000100 | 0 | 110001 | 11101 | 111110 | 101010000 | 100000 | 11100 |
Color Harmonies of #603144
Complementary color
Monochromatic Colors of #603144
Black with #603144
Text Example
Text Example
White with #603144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603144; }
p { color: rgb(96,49,68); }
H1.HeaderClassName
{
color: #603144;
}
.AnyTagClassName
{
color: #603144;
}
</style>
background-color css
<style>
a { background-color: #603144; }
a { background-color: rgb(96,49,68); }
div.DivClassName
{
background-color: #603144;
}
.BgClassName
{
background-color: #603144;
}
</style>
border-color css
<style>
span { border-color: #603144; }
span { border-color: rgb(96,49,68); }
td.TdClassName
{
border-color: #603144;
}
.TagClassName
{
border-color: #603144;
}
</style>