Shades of Tawny Port #63394D
Tints of Tawny Port #63394D
RGB
CMYK
RGB Variations
Color information
#63394D (or 0x63394D) is known color: Tawny Port. HEX triplet: 63, 39 and 4D. RGB value is (99,57,77). Sum of RGB (Red+Green+Blue) = 99+57+77=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #63394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63394D is #9CC6B2. Grayscale: #474747. Windows color (decimal): -10274483 or 5060963. OLE color: 5060963.
HSL color Cylindrical-coordinate representation of color #63394D: hue angle of 331.43º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63394D is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 57 | 77 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.61 |
| HSL | 331.43º | 0.27% | 0.31% | - |
| HSV(B) | 331.43º | 0.42% | 0.39% | - |
| XYZ | 7.95 | 6.11 | 7.78 | - |
| YUV | 71.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 57 | 77 | 0 | 0.42 | 0.22 | 0.61 | 331.43 | 0.27 | 0.31 |
| Hex | 63 | 39 | 4D | 0 | 2A | 16 | 3D | 14B | 1B | 1F |
| Octal | 143 | 71 | 115 | 0 | 52 | 26 | 75 | 513 | 33 | 37 |
| Binary | 1100011 | 111001 | 1001101 | 0 | 101010 | 10110 | 111101 | 101001011 | 11011 | 11111 |
Color Harmonies of #63394D
Complementary color
Monochromatic Colors of #63394D
Black with #63394D
Text Example
Text Example
White with #63394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63394D; }
p { color: rgb(99,57,77); }
H1.HeaderClassName
{
color: #63394D;
}
.AnyTagClassName
{
color: #63394D;
}
</style>
background-color css
<style>
a { background-color: #63394D; }
a { background-color: rgb(99,57,77); }
div.DivClassName
{
background-color: #63394D;
}
.BgClassName
{
background-color: #63394D;
}
</style>
border-color css
<style>
span { border-color: #63394D; }
span { border-color: rgb(99,57,77); }
td.TdClassName
{
border-color: #63394D;
}
.TagClassName
{
border-color: #63394D;
}
</style>