Shades of Tawny Port #64354E
Tints of Tawny Port #64354E
RGB
CMYK
RGB Variations
Color information
#64354E (or 0x64354E) is known color: Tawny Port. HEX triplet: 64, 35 and 4E. RGB value is (100,53,78). Sum of RGB (Red+Green+Blue) = 100+53+78=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #64354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64354E is #9BCAB1. Grayscale: #454545. Windows color (decimal): -10209970 or 5125476. OLE color: 5125476.
HSL color Cylindrical-coordinate representation of color #64354E: hue angle of 328.09º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64354E is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 78 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.61 |
| HSL | 328.09º | 0.31% | 0.3% | - |
| HSV(B) | 328.09º | 0.47% | 0.39% | - |
| XYZ | 7.9 | 5.81 | 7.91 | - |
| YUV | 69.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 78 | 0 | 0.47 | 0.22 | 0.61 | 328.09 | 0.31 | 0.3 |
| Hex | 64 | 35 | 4E | 0 | 2F | 16 | 3D | 148 | 1F | 1E |
| Octal | 144 | 65 | 116 | 0 | 57 | 26 | 75 | 510 | 37 | 36 |
| Binary | 1100100 | 110101 | 1001110 | 0 | 101111 | 10110 | 111101 | 101001000 | 11111 | 11110 |
Color Harmonies of #64354E
Complementary color
Monochromatic Colors of #64354E
Black with #64354E
Text Example
Text Example
White with #64354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64354E; }
p { color: rgb(100,53,78); }
H1.HeaderClassName
{
color: #64354E;
}
.AnyTagClassName
{
color: #64354E;
}
</style>
background-color css
<style>
a { background-color: #64354E; }
a { background-color: rgb(100,53,78); }
div.DivClassName
{
background-color: #64354E;
}
.BgClassName
{
background-color: #64354E;
}
</style>
border-color css
<style>
span { border-color: #64354E; }
span { border-color: rgb(100,53,78); }
td.TdClassName
{
border-color: #64354E;
}
.TagClassName
{
border-color: #64354E;
}
</style>