Shades of Tawny Port #61374C
Tints of Tawny Port #61374C
RGB
CMYK
RGB Variations
Color information
#61374C (or 0x61374C) is known color: Tawny Port. HEX triplet: 61, 37 and 4C. RGB value is (97,55,76). Sum of RGB (Red+Green+Blue) = 97+55+76=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #61374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61374C is #9EC8B3. Grayscale: #454545. Windows color (decimal): -10406068 or 4994913. OLE color: 4994913.
HSL color Cylindrical-coordinate representation of color #61374C: hue angle of 330º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61374C is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 55 | 76 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.62 |
| HSL | 330º | 0.28% | 0.3% | - |
| HSV(B) | 330º | 0.43% | 0.38% | - |
| XYZ | 7.6 | 5.8 | 7.56 | - |
| YUV | 69.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 76 | 0 | 0.43 | 0.22 | 0.62 | 330 | 0.28 | 0.3 |
| Hex | 61 | 37 | 4C | 0 | 2B | 16 | 3E | 14A | 1C | 1E |
| Octal | 141 | 67 | 114 | 0 | 53 | 26 | 76 | 512 | 34 | 36 |
| Binary | 1100001 | 110111 | 1001100 | 0 | 101011 | 10110 | 111110 | 101001010 | 11100 | 11110 |
Color Harmonies of #61374C
Complementary color
Monochromatic Colors of #61374C
Black with #61374C
Text Example
Text Example
White with #61374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61374C; }
p { color: rgb(97,55,76); }
H1.HeaderClassName
{
color: #61374C;
}
.AnyTagClassName
{
color: #61374C;
}
</style>
background-color css
<style>
a { background-color: #61374C; }
a { background-color: rgb(97,55,76); }
div.DivClassName
{
background-color: #61374C;
}
.BgClassName
{
background-color: #61374C;
}
</style>
border-color css
<style>
span { border-color: #61374C; }
span { border-color: rgb(97,55,76); }
td.TdClassName
{
border-color: #61374C;
}
.TagClassName
{
border-color: #61374C;
}
</style>