Shades of Tawny Port #62344E
Tints of Tawny Port #62344E
RGB
CMYK
RGB Variations
Color information
#62344E (or 0x62344E) is known color: Tawny Port. HEX triplet: 62, 34 and 4E. RGB value is (98,52,78). Sum of RGB (Red+Green+Blue) = 98+52+78=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 98 - color contains mainly: red. Hex color #62344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62344E is #9DCBB1. Grayscale: #444444. Windows color (decimal): -10341298 or 5125218. OLE color: 5125218.
HSL color Cylindrical-coordinate representation of color #62344E: hue angle of 326.09º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62344E is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 52 | 78 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.62 |
| HSL | 326.09º | 0.31% | 0.29% | - |
| HSV(B) | 326.09º | 0.47% | 0.38% | - |
| XYZ | 7.64 | 5.6 | 7.89 | - |
| YUV | 68.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 52 | 78 | 0 | 0.47 | 0.20 | 0.62 | 326.09 | 0.31 | 0.29 |
| Hex | 62 | 34 | 4E | 0 | 2F | 14 | 3E | 146 | 1F | 1D |
| Octal | 142 | 64 | 116 | 0 | 57 | 24 | 76 | 506 | 37 | 35 |
| Binary | 1100010 | 110100 | 1001110 | 0 | 101111 | 10100 | 111110 | 101000110 | 11111 | 11101 |
Color Harmonies of #62344E
Complementary color
Monochromatic Colors of #62344E
Black with #62344E
Text Example
Text Example
White with #62344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62344E; }
p { color: rgb(98,52,78); }
H1.HeaderClassName
{
color: #62344E;
}
.AnyTagClassName
{
color: #62344E;
}
</style>
background-color css
<style>
a { background-color: #62344E; }
a { background-color: rgb(98,52,78); }
div.DivClassName
{
background-color: #62344E;
}
.BgClassName
{
background-color: #62344E;
}
</style>
border-color css
<style>
span { border-color: #62344E; }
span { border-color: rgb(98,52,78); }
td.TdClassName
{
border-color: #62344E;
}
.TagClassName
{
border-color: #62344E;
}
</style>