Shades of Tawny Port #602D43
Tints of Tawny Port #602D43
RGB
CMYK
RGB Variations
Color information
#602D43 (or 0x602D43) is known color: Tawny Port. HEX triplet: 60, 2D and 43. RGB value is (96,45,67). Sum of RGB (Red+Green+Blue) = 96+45+67=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #602D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D43 is #9FD2BC. Grayscale: #3E3E3E. Windows color (decimal): -10474173 or 4402528. OLE color: 4402528.
HSL color Cylindrical-coordinate representation of color #602D43: hue angle of 334.12º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D43 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 67 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.62 |
| HSL | 334.12º | 0.36% | 0.28% | - |
| HSV(B) | 334.12º | 0.53% | 0.38% | - |
| XYZ | 6.78 | 4.77 | 5.87 | - |
| YUV | 62.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 67 | 0 | 0.53 | 0.30 | 0.62 | 334.12 | 0.36 | 0.28 |
| Hex | 60 | 2D | 43 | 0 | 35 | 1E | 3E | 14E | 24 | 1C |
| Octal | 140 | 55 | 103 | 0 | 65 | 36 | 76 | 516 | 44 | 34 |
| Binary | 1100000 | 101101 | 1000011 | 0 | 110101 | 11110 | 111110 | 101001110 | 100100 | 11100 |
Color Harmonies of #602D43
Complementary color
Monochromatic Colors of #602D43
Black with #602D43
Text Example
Text Example
White with #602D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D43; }
p { color: rgb(96,45,67); }
H1.HeaderClassName
{
color: #602D43;
}
.AnyTagClassName
{
color: #602D43;
}
</style>
background-color css
<style>
a { background-color: #602D43; }
a { background-color: rgb(96,45,67); }
div.DivClassName
{
background-color: #602D43;
}
.BgClassName
{
background-color: #602D43;
}
</style>
border-color css
<style>
span { border-color: #602D43; }
span { border-color: rgb(96,45,67); }
td.TdClassName
{
border-color: #602D43;
}
.TagClassName
{
border-color: #602D43;
}
</style>