Shades of Tawny Port #62354A
Tints of Tawny Port #62354A
RGB
CMYK
RGB Variations
Color information
#62354A (or 0x62354A) is known color: Tawny Port. HEX triplet: 62, 35 and 4A. RGB value is (98,53,74). Sum of RGB (Red+Green+Blue) = 98+53+74=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62354A is #9DCAB5. Grayscale: #444444. Windows color (decimal): -10341046 or 4863330. OLE color: 4863330.
HSL color Cylindrical-coordinate representation of color #62354A: hue angle of 332º 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 #62354A is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 53 | 74 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.62 |
| HSL | 332º | 0.3% | 0.3% | - |
| HSV(B) | 332º | 0.46% | 0.38% | - |
| XYZ | 7.55 | 5.64 | 7.17 | - |
| YUV | 68.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 74 | 0 | 0.46 | 0.24 | 0.62 | 332 | 0.3 | 0.3 |
| Hex | 62 | 35 | 4A | 0 | 2E | 18 | 3E | 14C | 1E | 1E |
| Octal | 142 | 65 | 112 | 0 | 56 | 30 | 76 | 514 | 36 | 36 |
| Binary | 1100010 | 110101 | 1001010 | 0 | 101110 | 11000 | 111110 | 101001100 | 11110 | 11110 |
Color Harmonies of #62354A
Complementary color
Monochromatic Colors of #62354A
Black with #62354A
Text Example
Text Example
White with #62354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62354A; }
p { color: rgb(98,53,74); }
H1.HeaderClassName
{
color: #62354A;
}
.AnyTagClassName
{
color: #62354A;
}
</style>
background-color css
<style>
a { background-color: #62354A; }
a { background-color: rgb(98,53,74); }
div.DivClassName
{
background-color: #62354A;
}
.BgClassName
{
background-color: #62354A;
}
</style>
border-color css
<style>
span { border-color: #62354A; }
span { border-color: rgb(98,53,74); }
td.TdClassName
{
border-color: #62354A;
}
.TagClassName
{
border-color: #62354A;
}
</style>