Shades of Tawny Port #61394E
Tints of Tawny Port #61394E
RGB
CMYK
RGB Variations
Color information
#61394E (or 0x61394E) is known color: Tawny Port. HEX triplet: 61, 39 and 4E. RGB value is (97,57,78). Sum of RGB (Red+Green+Blue) = 97+57+78=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #61394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61394E is #9EC6B1. Grayscale: #474747. Windows color (decimal): -10405554 or 5126497. OLE color: 5126497.
HSL color Cylindrical-coordinate representation of color #61394E: hue angle of 328.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61394E is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 57 | 78 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.62 |
| HSL | 328.5º | 0.26% | 0.3% | - |
| HSV(B) | 328.5º | 0.41% | 0.38% | - |
| XYZ | 7.77 | 6.02 | 7.96 | - |
| YUV | 71.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 57 | 78 | 0 | 0.41 | 0.20 | 0.62 | 328.5 | 0.26 | 0.3 |
| Hex | 61 | 39 | 4E | 0 | 29 | 14 | 3E | 148 | 1A | 1E |
| Octal | 141 | 71 | 116 | 0 | 51 | 24 | 76 | 510 | 32 | 36 |
| Binary | 1100001 | 111001 | 1001110 | 0 | 101001 | 10100 | 111110 | 101001000 | 11010 | 11110 |
Color Harmonies of #61394E
Complementary color
Monochromatic Colors of #61394E
Black with #61394E
Text Example
Text Example
White with #61394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61394E; }
p { color: rgb(97,57,78); }
H1.HeaderClassName
{
color: #61394E;
}
.AnyTagClassName
{
color: #61394E;
}
</style>
background-color css
<style>
a { background-color: #61394E; }
a { background-color: rgb(97,57,78); }
div.DivClassName
{
background-color: #61394E;
}
.BgClassName
{
background-color: #61394E;
}
</style>
border-color css
<style>
span { border-color: #61394E; }
span { border-color: rgb(97,57,78); }
td.TdClassName
{
border-color: #61394E;
}
.TagClassName
{
border-color: #61394E;
}
</style>