Shades of Tawny Port #64344B
Tints of Tawny Port #64344B
RGB
CMYK
RGB Variations
Color information
#64344B (or 0x64344B) is known color: Tawny Port. HEX triplet: 64, 34 and 4B. RGB value is (100,52,75). Sum of RGB (Red+Green+Blue) = 100+52+75=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #64344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64344B is #9BCBB4. Grayscale: #444444. Windows color (decimal): -10210229 or 4928612. OLE color: 4928612.
HSL color Cylindrical-coordinate representation of color #64344B: hue angle of 331.25º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64344B is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 52 | 75 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.61 |
| HSL | 331.25º | 0.32% | 0.3% | - |
| HSV(B) | 331.25º | 0.48% | 0.39% | - |
| XYZ | 7.75 | 5.67 | 7.34 | - |
| YUV | 68.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 75 | 0 | 0.48 | 0.25 | 0.61 | 331.25 | 0.32 | 0.3 |
| Hex | 64 | 34 | 4B | 0 | 30 | 19 | 3D | 14B | 20 | 1E |
| Octal | 144 | 64 | 113 | 0 | 60 | 31 | 75 | 513 | 40 | 36 |
| Binary | 1100100 | 110100 | 1001011 | 0 | 110000 | 11001 | 111101 | 101001011 | 100000 | 11110 |
Color Harmonies of #64344B
Complementary color
Monochromatic Colors of #64344B
Black with #64344B
Text Example
Text Example
White with #64344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64344B; }
p { color: rgb(100,52,75); }
H1.HeaderClassName
{
color: #64344B;
}
.AnyTagClassName
{
color: #64344B;
}
</style>
background-color css
<style>
a { background-color: #64344B; }
a { background-color: rgb(100,52,75); }
div.DivClassName
{
background-color: #64344B;
}
.BgClassName
{
background-color: #64344B;
}
</style>
border-color css
<style>
span { border-color: #64344B; }
span { border-color: rgb(100,52,75); }
td.TdClassName
{
border-color: #64344B;
}
.TagClassName
{
border-color: #64344B;
}
</style>