Shades of Tawny Port #61344D
Tints of Tawny Port #61344D
RGB
CMYK
RGB Variations
Color information
#61344D (or 0x61344D) is known color: Tawny Port. HEX triplet: 61, 34 and 4D. RGB value is (97,52,77). Sum of RGB (Red+Green+Blue) = 97+52+77=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #61344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61344D is #9ECBB2. Grayscale: #444444. Windows color (decimal): -10406835 or 5059681. OLE color: 5059681.
HSL color Cylindrical-coordinate representation of color #61344D: hue angle of 326.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61344D is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 52 | 77 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.62 |
| HSL | 326.67º | 0.3% | 0.29% | - |
| HSV(B) | 326.67º | 0.46% | 0.38% | - |
| XYZ | 7.5 | 5.53 | 7.69 | - |
| YUV | 68.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 77 | 0 | 0.46 | 0.21 | 0.62 | 326.67 | 0.3 | 0.29 |
| Hex | 61 | 34 | 4D | 0 | 2E | 15 | 3E | 147 | 1E | 1D |
| Octal | 141 | 64 | 115 | 0 | 56 | 25 | 76 | 507 | 36 | 35 |
| Binary | 1100001 | 110100 | 1001101 | 0 | 101110 | 10101 | 111110 | 101000111 | 11110 | 11101 |
Color Harmonies of #61344D
Complementary color
Monochromatic Colors of #61344D
Black with #61344D
Text Example
Text Example
White with #61344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61344D; }
p { color: rgb(97,52,77); }
H1.HeaderClassName
{
color: #61344D;
}
.AnyTagClassName
{
color: #61344D;
}
</style>
background-color css
<style>
a { background-color: #61344D; }
a { background-color: rgb(97,52,77); }
div.DivClassName
{
background-color: #61344D;
}
.BgClassName
{
background-color: #61344D;
}
</style>
border-color css
<style>
span { border-color: #61344D; }
span { border-color: rgb(97,52,77); }
td.TdClassName
{
border-color: #61344D;
}
.TagClassName
{
border-color: #61344D;
}
</style>