Shades of Tawny Port #602E45
Tints of Tawny Port #602E45
RGB
CMYK
RGB Variations
Color information
#602E45 (or 0x602E45) is known color: Tawny Port. HEX triplet: 60, 2E and 45. RGB value is (96,46,69). Sum of RGB (Red+Green+Blue) = 96+46+69=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #602E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E45 is #9FD1BA. Grayscale: #3F3F3F. Windows color (decimal): -10473915 or 4533856. OLE color: 4533856.
HSL color Cylindrical-coordinate representation of color #602E45: hue angle of 332.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #602E45 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 46 | 69 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.62 |
| HSL | 332.4º | 0.35% | 0.28% | - |
| HSV(B) | 332.4º | 0.52% | 0.38% | - |
| XYZ | 6.88 | 4.87 | 6.21 | - |
| YUV | 63.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 69 | 0 | 0.52 | 0.28 | 0.62 | 332.4 | 0.35 | 0.28 |
| Hex | 60 | 2E | 45 | 0 | 34 | 1C | 3E | 14C | 23 | 1C |
| Octal | 140 | 56 | 105 | 0 | 64 | 34 | 76 | 514 | 43 | 34 |
| Binary | 1100000 | 101110 | 1000101 | 0 | 110100 | 11100 | 111110 | 101001100 | 100011 | 11100 |
Color Harmonies of #602E45
Complementary color
Monochromatic Colors of #602E45
Black with #602E45
Text Example
Text Example
White with #602E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E45; }
p { color: rgb(96,46,69); }
H1.HeaderClassName
{
color: #602E45;
}
.AnyTagClassName
{
color: #602E45;
}
</style>
background-color css
<style>
a { background-color: #602E45; }
a { background-color: rgb(96,46,69); }
div.DivClassName
{
background-color: #602E45;
}
.BgClassName
{
background-color: #602E45;
}
</style>
border-color css
<style>
span { border-color: #602E45; }
span { border-color: rgb(96,46,69); }
td.TdClassName
{
border-color: #602E45;
}
.TagClassName
{
border-color: #602E45;
}
</style>