Shades of Tawny Port #63324E
Tints of Tawny Port #63324E
RGB
CMYK
RGB Variations
Color information
#63324E (or 0x63324E) is known color: Tawny Port. HEX triplet: 63, 32 and 4E. RGB value is (99,50,78). Sum of RGB (Red+Green+Blue) = 99+50+78=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63324E is #9CCDB1. Grayscale: #434343. Windows color (decimal): -10276274 or 5124707. OLE color: 5124707.
HSL color Cylindrical-coordinate representation of color #63324E: hue angle of 325.71º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63324E is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 50 | 78 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.61 |
| HSL | 325.71º | 0.33% | 0.29% | - |
| HSV(B) | 325.71º | 0.49% | 0.39% | - |
| XYZ | 7.66 | 5.48 | 7.86 | - |
| YUV | 67.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 78 | 0 | 0.49 | 0.21 | 0.61 | 325.71 | 0.33 | 0.29 |
| Hex | 63 | 32 | 4E | 0 | 31 | 15 | 3D | 146 | 21 | 1D |
| Octal | 143 | 62 | 116 | 0 | 61 | 25 | 75 | 506 | 41 | 35 |
| Binary | 1100011 | 110010 | 1001110 | 0 | 110001 | 10101 | 111101 | 101000110 | 100001 | 11101 |
Color Harmonies of #63324E
Complementary color
Monochromatic Colors of #63324E
Black with #63324E
Text Example
Text Example
White with #63324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63324E; }
p { color: rgb(99,50,78); }
H1.HeaderClassName
{
color: #63324E;
}
.AnyTagClassName
{
color: #63324E;
}
</style>
background-color css
<style>
a { background-color: #63324E; }
a { background-color: rgb(99,50,78); }
div.DivClassName
{
background-color: #63324E;
}
.BgClassName
{
background-color: #63324E;
}
</style>
border-color css
<style>
span { border-color: #63324E; }
span { border-color: rgb(99,50,78); }
td.TdClassName
{
border-color: #63324E;
}
.TagClassName
{
border-color: #63324E;
}
</style>