Shades of Tawny Port #613A4E
Tints of Tawny Port #613A4E
RGB
CMYK
RGB Variations
Color information
#613A4E (or 0x613A4E) is known color: Tawny Port. HEX triplet: 61, 3A and 4E. RGB value is (97,58,78). Sum of RGB (Red+Green+Blue) = 97+58+78=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #613A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A4E is #9EC5B1. Grayscale: #474747. Windows color (decimal): -10405298 or 5126753. OLE color: 5126753.
HSL color Cylindrical-coordinate representation of color #613A4E: hue angle of 329.23º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A4E is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 78 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.62 |
| HSL | 329.23º | 0.25% | 0.3% | - |
| HSV(B) | 329.23º | 0.4% | 0.38% | - |
| XYZ | 7.82 | 6.12 | 7.98 | - |
| YUV | 71.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 78 | 0 | 0.40 | 0.20 | 0.62 | 329.23 | 0.25 | 0.3 |
| Hex | 61 | 3A | 4E | 0 | 28 | 14 | 3E | 149 | 19 | 1E |
| Octal | 141 | 72 | 116 | 0 | 50 | 24 | 76 | 511 | 31 | 36 |
| Binary | 1100001 | 111010 | 1001110 | 0 | 101000 | 10100 | 111110 | 101001001 | 11001 | 11110 |
Color Harmonies of #613A4E
Complementary color
Monochromatic Colors of #613A4E
Black with #613A4E
Text Example
Text Example
White with #613A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A4E; }
p { color: rgb(97,58,78); }
H1.HeaderClassName
{
color: #613A4E;
}
.AnyTagClassName
{
color: #613A4E;
}
</style>
background-color css
<style>
a { background-color: #613A4E; }
a { background-color: rgb(97,58,78); }
div.DivClassName
{
background-color: #613A4E;
}
.BgClassName
{
background-color: #613A4E;
}
</style>
border-color css
<style>
span { border-color: #613A4E; }
span { border-color: rgb(97,58,78); }
td.TdClassName
{
border-color: #613A4E;
}
.TagClassName
{
border-color: #613A4E;
}
</style>