Shades of Tawny Port #64354C
Tints of Tawny Port #64354C
RGB
CMYK
RGB Variations
Color information
#64354C (or 0x64354C) is known color: Tawny Port. HEX triplet: 64, 35 and 4C. RGB value is (100,53,76). Sum of RGB (Red+Green+Blue) = 100+53+76=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #64354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64354C is #9BCAB3. Grayscale: #454545. Windows color (decimal): -10209972 or 4994404. OLE color: 4994404.
HSL color Cylindrical-coordinate representation of color #64354C: hue angle of 330.64º 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 #64354C is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 76 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.61 |
| HSL | 330.64º | 0.31% | 0.3% | - |
| HSV(B) | 330.64º | 0.47% | 0.39% | - |
| XYZ | 7.83 | 5.78 | 7.54 | - |
| YUV | 69.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 76 | 0 | 0.47 | 0.24 | 0.61 | 330.64 | 0.31 | 0.3 |
| Hex | 64 | 35 | 4C | 0 | 2F | 18 | 3D | 14B | 1F | 1E |
| Octal | 144 | 65 | 114 | 0 | 57 | 30 | 75 | 513 | 37 | 36 |
| Binary | 1100100 | 110101 | 1001100 | 0 | 101111 | 11000 | 111101 | 101001011 | 11111 | 11110 |
Color Harmonies of #64354C
Complementary color
Monochromatic Colors of #64354C
Black with #64354C
Text Example
Text Example
White with #64354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64354C; }
p { color: rgb(100,53,76); }
H1.HeaderClassName
{
color: #64354C;
}
.AnyTagClassName
{
color: #64354C;
}
</style>
background-color css
<style>
a { background-color: #64354C; }
a { background-color: rgb(100,53,76); }
div.DivClassName
{
background-color: #64354C;
}
.BgClassName
{
background-color: #64354C;
}
</style>
border-color css
<style>
span { border-color: #64354C; }
span { border-color: rgb(100,53,76); }
td.TdClassName
{
border-color: #64354C;
}
.TagClassName
{
border-color: #64354C;
}
</style>