Shades of Tawny Port #64324B
Tints of Tawny Port #64324B
RGB
CMYK
RGB Variations
Color information
#64324B (or 0x64324B) is known color: Tawny Port. HEX triplet: 64, 32 and 4B. RGB value is (100,50,75). Sum of RGB (Red+Green+Blue) = 100+50+75=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #64324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64324B is #9BCDB4. Grayscale: #434343. Windows color (decimal): -10210741 or 4928100. OLE color: 4928100.
HSL color Cylindrical-coordinate representation of color #64324B: hue angle of 330º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64324B is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 75 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.61 |
| HSL | 330º | 0.33% | 0.29% | - |
| HSV(B) | 330º | 0.5% | 0.39% | - |
| XYZ | 7.67 | 5.5 | 7.31 | - |
| YUV | 67.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 75 | 0 | 0.50 | 0.25 | 0.61 | 330 | 0.33 | 0.29 |
| Hex | 64 | 32 | 4B | 0 | 32 | 19 | 3D | 14A | 21 | 1D |
| Octal | 144 | 62 | 113 | 0 | 62 | 31 | 75 | 512 | 41 | 35 |
| Binary | 1100100 | 110010 | 1001011 | 0 | 110010 | 11001 | 111101 | 101001010 | 100001 | 11101 |
Color Harmonies of #64324B
Complementary color
Monochromatic Colors of #64324B
Black with #64324B
Text Example
Text Example
White with #64324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64324B; }
p { color: rgb(100,50,75); }
H1.HeaderClassName
{
color: #64324B;
}
.AnyTagClassName
{
color: #64324B;
}
</style>
background-color css
<style>
a { background-color: #64324B; }
a { background-color: rgb(100,50,75); }
div.DivClassName
{
background-color: #64324B;
}
.BgClassName
{
background-color: #64324B;
}
</style>
border-color css
<style>
span { border-color: #64324B; }
span { border-color: rgb(100,50,75); }
td.TdClassName
{
border-color: #64324B;
}
.TagClassName
{
border-color: #64324B;
}
</style>