Shades of Tawny Port #62354D
Tints of Tawny Port #62354D
RGB
CMYK
RGB Variations
Color information
#62354D (or 0x62354D) is known color: Tawny Port. HEX triplet: 62, 35 and 4D. RGB value is (98,53,77). Sum of RGB (Red+Green+Blue) = 98+53+77=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 98 - color contains mainly: red. Hex color #62354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62354D is #9DCAB2. Grayscale: #454545. Windows color (decimal): -10341043 or 5059938. OLE color: 5059938.
HSL color Cylindrical-coordinate representation of color #62354D: hue angle of 328º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62354D is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 77 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.62 |
| HSL | 328º | 0.3% | 0.3% | - |
| HSV(B) | 328º | 0.46% | 0.38% | - |
| XYZ | 7.65 | 5.68 | 7.71 | - |
| YUV | 69.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 77 | 0 | 0.46 | 0.21 | 0.62 | 328 | 0.3 | 0.3 |
| Hex | 62 | 35 | 4D | 0 | 2E | 15 | 3E | 148 | 1E | 1E |
| Octal | 142 | 65 | 115 | 0 | 56 | 25 | 76 | 510 | 36 | 36 |
| Binary | 1100010 | 110101 | 1001101 | 0 | 101110 | 10101 | 111110 | 101001000 | 11110 | 11110 |
Color Harmonies of #62354D
Complementary color
Monochromatic Colors of #62354D
Black with #62354D
Text Example
Text Example
White with #62354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62354D; }
p { color: rgb(98,53,77); }
H1.HeaderClassName
{
color: #62354D;
}
.AnyTagClassName
{
color: #62354D;
}
</style>
background-color css
<style>
a { background-color: #62354D; }
a { background-color: rgb(98,53,77); }
div.DivClassName
{
background-color: #62354D;
}
.BgClassName
{
background-color: #62354D;
}
</style>
border-color css
<style>
span { border-color: #62354D; }
span { border-color: rgb(98,53,77); }
td.TdClassName
{
border-color: #62354D;
}
.TagClassName
{
border-color: #62354D;
}
</style>