Shades of Tawny Port #63364D
Tints of Tawny Port #63364D
RGB
CMYK
RGB Variations
Color information
#63364D (or 0x63364D) is known color: Tawny Port. HEX triplet: 63, 36 and 4D. RGB value is (99,54,77). Sum of RGB (Red+Green+Blue) = 99+54+77=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63364D is #9CC9B2. Grayscale: #464646. Windows color (decimal): -10275251 or 5060195. OLE color: 5060195.
HSL color Cylindrical-coordinate representation of color #63364D: hue angle of 329.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63364D is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 54 | 77 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.61 |
| HSL | 329.33º | 0.29% | 0.3% | - |
| HSV(B) | 329.33º | 0.45% | 0.39% | - |
| XYZ | 7.8 | 5.83 | 7.73 | - |
| YUV | 70.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 77 | 0 | 0.45 | 0.22 | 0.61 | 329.33 | 0.29 | 0.3 |
| Hex | 63 | 36 | 4D | 0 | 2D | 16 | 3D | 149 | 1D | 1E |
| Octal | 143 | 66 | 115 | 0 | 55 | 26 | 75 | 511 | 35 | 36 |
| Binary | 1100011 | 110110 | 1001101 | 0 | 101101 | 10110 | 111101 | 101001001 | 11101 | 11110 |
Color Harmonies of #63364D
Complementary color
Monochromatic Colors of #63364D
Black with #63364D
Text Example
Text Example
White with #63364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63364D; }
p { color: rgb(99,54,77); }
H1.HeaderClassName
{
color: #63364D;
}
.AnyTagClassName
{
color: #63364D;
}
</style>
background-color css
<style>
a { background-color: #63364D; }
a { background-color: rgb(99,54,77); }
div.DivClassName
{
background-color: #63364D;
}
.BgClassName
{
background-color: #63364D;
}
</style>
border-color css
<style>
span { border-color: #63364D; }
span { border-color: rgb(99,54,77); }
td.TdClassName
{
border-color: #63364D;
}
.TagClassName
{
border-color: #63364D;
}
</style>