Shades of Tawny Port #63354D
Tints of Tawny Port #63354D
RGB
CMYK
RGB Variations
Color information
#63354D (or 0x63354D) is known color: Tawny Port. HEX triplet: 63, 35 and 4D. RGB value is (99,53,77). Sum of RGB (Red+Green+Blue) = 99+53+77=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #63354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63354D is #9CCAB2. Grayscale: #454545. Windows color (decimal): -10275507 or 5059939. OLE color: 5059939.
HSL color Cylindrical-coordinate representation of color #63354D: hue angle of 328.7º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63354D is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 53 | 77 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.61 |
| HSL | 328.7º | 0.3% | 0.3% | - |
| HSV(B) | 328.7º | 0.46% | 0.39% | - |
| XYZ | 7.76 | 5.73 | 7.72 | - |
| YUV | 69.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 77 | 0 | 0.46 | 0.22 | 0.61 | 328.7 | 0.3 | 0.3 |
| Hex | 63 | 35 | 4D | 0 | 2E | 16 | 3D | 149 | 1E | 1E |
| Octal | 143 | 65 | 115 | 0 | 56 | 26 | 75 | 511 | 36 | 36 |
| Binary | 1100011 | 110101 | 1001101 | 0 | 101110 | 10110 | 111101 | 101001001 | 11110 | 11110 |
Color Harmonies of #63354D
Complementary color
Monochromatic Colors of #63354D
Black with #63354D
Text Example
Text Example
White with #63354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63354D; }
p { color: rgb(99,53,77); }
H1.HeaderClassName
{
color: #63354D;
}
.AnyTagClassName
{
color: #63354D;
}
</style>
background-color css
<style>
a { background-color: #63354D; }
a { background-color: rgb(99,53,77); }
div.DivClassName
{
background-color: #63354D;
}
.BgClassName
{
background-color: #63354D;
}
</style>
border-color css
<style>
span { border-color: #63354D; }
span { border-color: rgb(99,53,77); }
td.TdClassName
{
border-color: #63354D;
}
.TagClassName
{
border-color: #63354D;
}
</style>