Shades of Tawny Port #64344C
Tints of Tawny Port #64344C
RGB
CMYK
RGB Variations
Color information
#64344C (or 0x64344C) is known color: Tawny Port. HEX triplet: 64, 34 and 4C. RGB value is (100,52,76). Sum of RGB (Red+Green+Blue) = 100+52+76=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #64344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64344C is #9BCBB3. Grayscale: #454545. Windows color (decimal): -10210228 or 4994148. OLE color: 4994148.
HSL color Cylindrical-coordinate representation of color #64344C: hue angle of 330º 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 #64344C is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 52 | 76 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.61 |
| HSL | 330º | 0.32% | 0.3% | - |
| HSV(B) | 330º | 0.48% | 0.39% | - |
| XYZ | 7.79 | 5.69 | 7.52 | - |
| YUV | 69.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 76 | 0 | 0.48 | 0.24 | 0.61 | 330 | 0.32 | 0.3 |
| Hex | 64 | 34 | 4C | 0 | 30 | 18 | 3D | 14A | 20 | 1E |
| Octal | 144 | 64 | 114 | 0 | 60 | 30 | 75 | 512 | 40 | 36 |
| Binary | 1100100 | 110100 | 1001100 | 0 | 110000 | 11000 | 111101 | 101001010 | 100000 | 11110 |
Color Harmonies of #64344C
Complementary color
Monochromatic Colors of #64344C
Black with #64344C
Text Example
Text Example
White with #64344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64344C; }
p { color: rgb(100,52,76); }
H1.HeaderClassName
{
color: #64344C;
}
.AnyTagClassName
{
color: #64344C;
}
</style>
background-color css
<style>
a { background-color: #64344C; }
a { background-color: rgb(100,52,76); }
div.DivClassName
{
background-color: #64344C;
}
.BgClassName
{
background-color: #64344C;
}
</style>
border-color css
<style>
span { border-color: #64344C; }
span { border-color: rgb(100,52,76); }
td.TdClassName
{
border-color: #64344C;
}
.TagClassName
{
border-color: #64344C;
}
</style>