Shades of Tawny Port #61324D
Tints of Tawny Port #61324D
RGB
CMYK
RGB Variations
Color information
#61324D (or 0x61324D) is known color: Tawny Port. HEX triplet: 61, 32 and 4D. RGB value is (97,50,77). Sum of RGB (Red+Green+Blue) = 97+50+77=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #61324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61324D is #9ECDB2. Grayscale: #434343. Windows color (decimal): -10407347 or 5059169. OLE color: 5059169.
HSL color Cylindrical-coordinate representation of color #61324D: hue angle of 325.53º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61324D is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 50 | 77 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.62 |
| HSL | 325.53º | 0.32% | 0.29% | - |
| HSV(B) | 325.53º | 0.48% | 0.38% | - |
| XYZ | 7.41 | 5.36 | 7.66 | - |
| YUV | 67.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 77 | 0 | 0.48 | 0.21 | 0.62 | 325.53 | 0.32 | 0.29 |
| Hex | 61 | 32 | 4D | 0 | 30 | 15 | 3E | 146 | 20 | 1D |
| Octal | 141 | 62 | 115 | 0 | 60 | 25 | 76 | 506 | 40 | 35 |
| Binary | 1100001 | 110010 | 1001101 | 0 | 110000 | 10101 | 111110 | 101000110 | 100000 | 11101 |
Color Harmonies of #61324D
Complementary color
Monochromatic Colors of #61324D
Black with #61324D
Text Example
Text Example
White with #61324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61324D; }
p { color: rgb(97,50,77); }
H1.HeaderClassName
{
color: #61324D;
}
.AnyTagClassName
{
color: #61324D;
}
</style>
background-color css
<style>
a { background-color: #61324D; }
a { background-color: rgb(97,50,77); }
div.DivClassName
{
background-color: #61324D;
}
.BgClassName
{
background-color: #61324D;
}
</style>
border-color css
<style>
span { border-color: #61324D; }
span { border-color: rgb(97,50,77); }
td.TdClassName
{
border-color: #61324D;
}
.TagClassName
{
border-color: #61324D;
}
</style>