Shades of Tawny Port #64374D
Tints of Tawny Port #64374D
RGB
CMYK
RGB Variations
Color information
#64374D (or 0x64374D) is known color: Tawny Port. HEX triplet: 64, 37 and 4D. RGB value is (100,55,77). Sum of RGB (Red+Green+Blue) = 100+55+77=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64374D is #9BC8B2. Grayscale: #464646. Windows color (decimal): -10209459 or 5060452. OLE color: 5060452.
HSL color Cylindrical-coordinate representation of color #64374D: hue angle of 330.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 #64374D is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 55 | 77 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.61 |
| HSL | 330.67º | 0.29% | 0.3% | - |
| HSV(B) | 330.67º | 0.45% | 0.39% | - |
| XYZ | 7.96 | 5.98 | 7.76 | - |
| YUV | 70.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 55 | 77 | 0 | 0.45 | 0.23 | 0.61 | 330.67 | 0.29 | 0.3 |
| Hex | 64 | 37 | 4D | 0 | 2D | 17 | 3D | 14B | 1D | 1E |
| Octal | 144 | 67 | 115 | 0 | 55 | 27 | 75 | 513 | 35 | 36 |
| Binary | 1100100 | 110111 | 1001101 | 0 | 101101 | 10111 | 111101 | 101001011 | 11101 | 11110 |
Color Harmonies of #64374D
Complementary color
Monochromatic Colors of #64374D
Black with #64374D
Text Example
Text Example
White with #64374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64374D; }
p { color: rgb(100,55,77); }
H1.HeaderClassName
{
color: #64374D;
}
.AnyTagClassName
{
color: #64374D;
}
</style>
background-color css
<style>
a { background-color: #64374D; }
a { background-color: rgb(100,55,77); }
div.DivClassName
{
background-color: #64374D;
}
.BgClassName
{
background-color: #64374D;
}
</style>
border-color css
<style>
span { border-color: #64374D; }
span { border-color: rgb(100,55,77); }
td.TdClassName
{
border-color: #64374D;
}
.TagClassName
{
border-color: #64374D;
}
</style>