Shades of Tawny Port #61384E
Tints of Tawny Port #61384E
RGB
CMYK
RGB Variations
Color information
#61384E (or 0x61384E) is known color: Tawny Port. HEX triplet: 61, 38 and 4E. RGB value is (97,56,78). Sum of RGB (Red+Green+Blue) = 97+56+78=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #61384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61384E is #9EC7B1. Grayscale: #464646. Windows color (decimal): -10405810 or 5126241. OLE color: 5126241.
HSL color Cylindrical-coordinate representation of color #61384E: hue angle of 327.8º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61384E is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 56 | 78 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.62 |
| HSL | 327.8º | 0.27% | 0.3% | - |
| HSV(B) | 327.8º | 0.42% | 0.38% | - |
| XYZ | 7.72 | 5.92 | 7.94 | - |
| YUV | 70.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 78 | 0 | 0.42 | 0.20 | 0.62 | 327.8 | 0.27 | 0.3 |
| Hex | 61 | 38 | 4E | 0 | 2A | 14 | 3E | 148 | 1B | 1E |
| Octal | 141 | 70 | 116 | 0 | 52 | 24 | 76 | 510 | 33 | 36 |
| Binary | 1100001 | 111000 | 1001110 | 0 | 101010 | 10100 | 111110 | 101001000 | 11011 | 11110 |
Color Harmonies of #61384E
Complementary color
Monochromatic Colors of #61384E
Black with #61384E
Text Example
Text Example
White with #61384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61384E; }
p { color: rgb(97,56,78); }
H1.HeaderClassName
{
color: #61384E;
}
.AnyTagClassName
{
color: #61384E;
}
</style>
background-color css
<style>
a { background-color: #61384E; }
a { background-color: rgb(97,56,78); }
div.DivClassName
{
background-color: #61384E;
}
.BgClassName
{
background-color: #61384E;
}
</style>
border-color css
<style>
span { border-color: #61384E; }
span { border-color: rgb(97,56,78); }
td.TdClassName
{
border-color: #61384E;
}
.TagClassName
{
border-color: #61384E;
}
</style>