Shades of Tawny Port #64364E
Tints of Tawny Port #64364E
RGB
CMYK
RGB Variations
Color information
#64364E (or 0x64364E) is known color: Tawny Port. HEX triplet: 64, 36 and 4E. RGB value is (100,54,78). Sum of RGB (Red+Green+Blue) = 100+54+78=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64364E is #9BC9B1. Grayscale: #464646. Windows color (decimal): -10209714 or 5125732. OLE color: 5125732.
HSL color Cylindrical-coordinate representation of color #64364E: hue angle of 328.7º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64364E is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 54 | 78 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.61 |
| HSL | 328.7º | 0.3% | 0.3% | - |
| HSV(B) | 328.7º | 0.46% | 0.39% | - |
| XYZ | 7.95 | 5.9 | 7.93 | - |
| YUV | 70.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 54 | 78 | 0 | 0.46 | 0.22 | 0.61 | 328.7 | 0.3 | 0.3 |
| Hex | 64 | 36 | 4E | 0 | 2E | 16 | 3D | 149 | 1E | 1E |
| Octal | 144 | 66 | 116 | 0 | 56 | 26 | 75 | 511 | 36 | 36 |
| Binary | 1100100 | 110110 | 1001110 | 0 | 101110 | 10110 | 111101 | 101001001 | 11110 | 11110 |
Color Harmonies of #64364E
Complementary color
Monochromatic Colors of #64364E
Black with #64364E
Text Example
Text Example
White with #64364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64364E; }
p { color: rgb(100,54,78); }
H1.HeaderClassName
{
color: #64364E;
}
.AnyTagClassName
{
color: #64364E;
}
</style>
background-color css
<style>
a { background-color: #64364E; }
a { background-color: rgb(100,54,78); }
div.DivClassName
{
background-color: #64364E;
}
.BgClassName
{
background-color: #64364E;
}
</style>
border-color css
<style>
span { border-color: #64364E; }
span { border-color: rgb(100,54,78); }
td.TdClassName
{
border-color: #64364E;
}
.TagClassName
{
border-color: #64364E;
}
</style>