Shades of Tawny Port #643A4D
Tints of Tawny Port #643A4D
RGB
CMYK
RGB Variations
Color information
#643A4D (or 0x643A4D) is known color: Tawny Port. HEX triplet: 64, 3A and 4D. RGB value is (100,58,77). Sum of RGB (Red+Green+Blue) = 100+58+77=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #643A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643A4D is #9BC5B2. Grayscale: #484848. Windows color (decimal): -10208691 or 5061220. OLE color: 5061220.
HSL color Cylindrical-coordinate representation of color #643A4D: hue angle of 332.86º 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 #643A4D is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 58 | 77 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.61 |
| HSL | 332.86º | 0.27% | 0.31% | - |
| HSV(B) | 332.86º | 0.42% | 0.39% | - |
| XYZ | 8.11 | 6.27 | 7.8 | - |
| YUV | 72.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 77 | 0 | 0.42 | 0.23 | 0.61 | 332.86 | 0.27 | 0.31 |
| Hex | 64 | 3A | 4D | 0 | 2A | 17 | 3D | 14D | 1B | 1F |
| Octal | 144 | 72 | 115 | 0 | 52 | 27 | 75 | 515 | 33 | 37 |
| Binary | 1100100 | 111010 | 1001101 | 0 | 101010 | 10111 | 111101 | 101001101 | 11011 | 11111 |
Color Harmonies of #643A4D
Complementary color
Monochromatic Colors of #643A4D
Black with #643A4D
Text Example
Text Example
White with #643A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A4D; }
p { color: rgb(100,58,77); }
H1.HeaderClassName
{
color: #643A4D;
}
.AnyTagClassName
{
color: #643A4D;
}
</style>
background-color css
<style>
a { background-color: #643A4D; }
a { background-color: rgb(100,58,77); }
div.DivClassName
{
background-color: #643A4D;
}
.BgClassName
{
background-color: #643A4D;
}
</style>
border-color css
<style>
span { border-color: #643A4D; }
span { border-color: rgb(100,58,77); }
td.TdClassName
{
border-color: #643A4D;
}
.TagClassName
{
border-color: #643A4D;
}
</style>