Shades of Tawny Port #64334B
Tints of Tawny Port #64334B
RGB
CMYK
RGB Variations
Color information
#64334B (or 0x64334B) is known color: Tawny Port. HEX triplet: 64, 33 and 4B. RGB value is (100,51,75). Sum of RGB (Red+Green+Blue) = 100+51+75=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #64334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64334B is #9BCCB4. Grayscale: #444444. Windows color (decimal): -10210485 or 4928356. OLE color: 4928356.
HSL color Cylindrical-coordinate representation of color #64334B: hue angle of 330.61º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64334B is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 51 | 75 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.61 |
| HSL | 330.61º | 0.32% | 0.3% | - |
| HSV(B) | 330.61º | 0.49% | 0.39% | - |
| XYZ | 7.71 | 5.58 | 7.33 | - |
| YUV | 68.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 75 | 0 | 0.49 | 0.25 | 0.61 | 330.61 | 0.32 | 0.3 |
| Hex | 64 | 33 | 4B | 0 | 31 | 19 | 3D | 14B | 20 | 1E |
| Octal | 144 | 63 | 113 | 0 | 61 | 31 | 75 | 513 | 40 | 36 |
| Binary | 1100100 | 110011 | 1001011 | 0 | 110001 | 11001 | 111101 | 101001011 | 100000 | 11110 |
Color Harmonies of #64334B
Complementary color
Monochromatic Colors of #64334B
Black with #64334B
Text Example
Text Example
White with #64334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64334B; }
p { color: rgb(100,51,75); }
H1.HeaderClassName
{
color: #64334B;
}
.AnyTagClassName
{
color: #64334B;
}
</style>
background-color css
<style>
a { background-color: #64334B; }
a { background-color: rgb(100,51,75); }
div.DivClassName
{
background-color: #64334B;
}
.BgClassName
{
background-color: #64334B;
}
</style>
border-color css
<style>
span { border-color: #64334B; }
span { border-color: rgb(100,51,75); }
td.TdClassName
{
border-color: #64334B;
}
.TagClassName
{
border-color: #64334B;
}
</style>