Shades of Tawny Port #62334A
Tints of Tawny Port #62334A
RGB
CMYK
RGB Variations
Color information
#62334A (or 0x62334A) is known color: Tawny Port. HEX triplet: 62, 33 and 4A. RGB value is (98,51,74). Sum of RGB (Red+Green+Blue) = 98+51+74=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #62334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62334A is #9DCCB5. Grayscale: #434343. Windows color (decimal): -10341558 or 4862818. OLE color: 4862818.
HSL color Cylindrical-coordinate representation of color #62334A: hue angle of 330.64º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62334A is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 51 | 74 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.62 |
| HSL | 330.64º | 0.32% | 0.29% | - |
| HSV(B) | 330.64º | 0.48% | 0.38% | - |
| XYZ | 7.46 | 5.46 | 7.14 | - |
| YUV | 67.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 51 | 74 | 0 | 0.48 | 0.24 | 0.62 | 330.64 | 0.32 | 0.29 |
| Hex | 62 | 33 | 4A | 0 | 30 | 18 | 3E | 14B | 20 | 1D |
| Octal | 142 | 63 | 112 | 0 | 60 | 30 | 76 | 513 | 40 | 35 |
| Binary | 1100010 | 110011 | 1001010 | 0 | 110000 | 11000 | 111110 | 101001011 | 100000 | 11101 |
Color Harmonies of #62334A
Complementary color
Monochromatic Colors of #62334A
Black with #62334A
Text Example
Text Example
White with #62334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62334A; }
p { color: rgb(98,51,74); }
H1.HeaderClassName
{
color: #62334A;
}
.AnyTagClassName
{
color: #62334A;
}
</style>
background-color css
<style>
a { background-color: #62334A; }
a { background-color: rgb(98,51,74); }
div.DivClassName
{
background-color: #62334A;
}
.BgClassName
{
background-color: #62334A;
}
</style>
border-color css
<style>
span { border-color: #62334A; }
span { border-color: rgb(98,51,74); }
td.TdClassName
{
border-color: #62334A;
}
.TagClassName
{
border-color: #62334A;
}
</style>