Shades of Tawny Port #64394A
Tints of Tawny Port #64394A
RGB
CMYK
RGB Variations
Color information
#64394A (or 0x64394A) is known color: Tawny Port. HEX triplet: 64, 39 and 4A. RGB value is (100,57,74). Sum of RGB (Red+Green+Blue) = 100+57+74=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #64394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64394A is #9BC6B5. Grayscale: #474747. Windows color (decimal): -10208950 or 4864356. OLE color: 4864356.
HSL color Cylindrical-coordinate representation of color #64394A: hue angle of 336.28º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64394A is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 57 | 74 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.61 |
| HSL | 336.28º | 0.27% | 0.31% | - |
| HSV(B) | 336.28º | 0.43% | 0.39% | - |
| XYZ | 7.95 | 6.13 | 7.24 | - |
| YUV | 71.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 74 | 0 | 0.43 | 0.26 | 0.61 | 336.28 | 0.27 | 0.31 |
| Hex | 64 | 39 | 4A | 0 | 2B | 1A | 3D | 150 | 1B | 1F |
| Octal | 144 | 71 | 112 | 0 | 53 | 32 | 75 | 520 | 33 | 37 |
| Binary | 1100100 | 111001 | 1001010 | 0 | 101011 | 11010 | 111101 | 101010000 | 11011 | 11111 |
Color Harmonies of #64394A
Complementary color
Monochromatic Colors of #64394A
Black with #64394A
Text Example
Text Example
White with #64394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64394A; }
p { color: rgb(100,57,74); }
H1.HeaderClassName
{
color: #64394A;
}
.AnyTagClassName
{
color: #64394A;
}
</style>
background-color css
<style>
a { background-color: #64394A; }
a { background-color: rgb(100,57,74); }
div.DivClassName
{
background-color: #64394A;
}
.BgClassName
{
background-color: #64394A;
}
</style>
border-color css
<style>
span { border-color: #64394A; }
span { border-color: rgb(100,57,74); }
td.TdClassName
{
border-color: #64394A;
}
.TagClassName
{
border-color: #64394A;
}
</style>