Shades of Tawny Port #613A47
Tints of Tawny Port #613A47
RGB
CMYK
RGB Variations
Color information
#613A47 (or 0x613A47) is known color: Tawny Port. HEX triplet: 61, 3A and 47. RGB value is (97,58,71). Sum of RGB (Red+Green+Blue) = 97+58+71=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #613A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A47 is #9EC5B8. Grayscale: #474747. Windows color (decimal): -10405305 or 4668001. OLE color: 4668001.
HSL color Cylindrical-coordinate representation of color #613A47: hue angle of 340º 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 #613A47 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 71 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.62 |
| HSL | 340º | 0.25% | 0.3% | - |
| HSV(B) | 340º | 0.4% | 0.38% | - |
| XYZ | 7.58 | 6.02 | 6.72 | - |
| YUV | 71.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 71 | 0 | 0.40 | 0.27 | 0.62 | 340 | 0.25 | 0.3 |
| Hex | 61 | 3A | 47 | 0 | 28 | 1B | 3E | 154 | 19 | 1E |
| Octal | 141 | 72 | 107 | 0 | 50 | 33 | 76 | 524 | 31 | 36 |
| Binary | 1100001 | 111010 | 1000111 | 0 | 101000 | 11011 | 111110 | 101010100 | 11001 | 11110 |
Color Harmonies of #613A47
Complementary color
Monochromatic Colors of #613A47
Black with #613A47
Text Example
Text Example
White with #613A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A47; }
p { color: rgb(97,58,71); }
H1.HeaderClassName
{
color: #613A47;
}
.AnyTagClassName
{
color: #613A47;
}
</style>
background-color css
<style>
a { background-color: #613A47; }
a { background-color: rgb(97,58,71); }
div.DivClassName
{
background-color: #613A47;
}
.BgClassName
{
background-color: #613A47;
}
</style>
border-color css
<style>
span { border-color: #613A47; }
span { border-color: rgb(97,58,71); }
td.TdClassName
{
border-color: #613A47;
}
.TagClassName
{
border-color: #613A47;
}
</style>