Shades of Tawny Port #63364F
Tints of Tawny Port #63364F
RGB
CMYK
RGB Variations
Color information
#63364F (or 0x63364F) is known color: Tawny Port. HEX triplet: 63, 36 and 4F. RGB value is (99,54,79). Sum of RGB (Red+Green+Blue) = 99+54+79=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #63364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63364F is #9CC9B0. Grayscale: #464646. Windows color (decimal): -10275249 or 5191267. OLE color: 5191267.
HSL color Cylindrical-coordinate representation of color #63364F: hue angle of 326.67º 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 #63364F is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 54 | 79 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.61 |
| HSL | 326.67º | 0.29% | 0.3% | - |
| HSV(B) | 326.67º | 0.45% | 0.39% | - |
| XYZ | 7.88 | 5.86 | 8.11 | - |
| YUV | 70.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 79 | 0 | 0.45 | 0.20 | 0.61 | 326.67 | 0.29 | 0.3 |
| Hex | 63 | 36 | 4F | 0 | 2D | 14 | 3D | 147 | 1D | 1E |
| Octal | 143 | 66 | 117 | 0 | 55 | 24 | 75 | 507 | 35 | 36 |
| Binary | 1100011 | 110110 | 1001111 | 0 | 101101 | 10100 | 111101 | 101000111 | 11101 | 11110 |
Color Harmonies of #63364F
Complementary color
Monochromatic Colors of #63364F
Black with #63364F
Text Example
Text Example
White with #63364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63364F; }
p { color: rgb(99,54,79); }
H1.HeaderClassName
{
color: #63364F;
}
.AnyTagClassName
{
color: #63364F;
}
</style>
background-color css
<style>
a { background-color: #63364F; }
a { background-color: rgb(99,54,79); }
div.DivClassName
{
background-color: #63364F;
}
.BgClassName
{
background-color: #63364F;
}
</style>
border-color css
<style>
span { border-color: #63364F; }
span { border-color: rgb(99,54,79); }
td.TdClassName
{
border-color: #63364F;
}
.TagClassName
{
border-color: #63364F;
}
</style>