Shades of Tawny Port #61373F
Tints of Tawny Port #61373F
RGB
CMYK
RGB Variations
Color information
#61373F (or 0x61373F) is known color: Tawny Port. HEX triplet: 61, 37 and 3F. RGB value is (97,55,63). Sum of RGB (Red+Green+Blue) = 97+55+63=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #61373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61373F is #9EC8C0. Grayscale: #444444. Windows color (decimal): -10406081 or 4142945. OLE color: 4142945.
HSL color Cylindrical-coordinate representation of color #61373F: hue angle of 348.57º 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 #61373F is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 55 | 63 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.62 |
| HSL | 348.57º | 0.28% | 0.3% | - |
| HSV(B) | 348.57º | 0.43% | 0.38% | - |
| XYZ | 7.19 | 5.63 | 5.41 | - |
| YUV | 68.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 63 | 0 | 0.43 | 0.35 | 0.62 | 348.57 | 0.28 | 0.3 |
| Hex | 61 | 37 | 3F | 0 | 2B | 23 | 3E | 15D | 1C | 1E |
| Octal | 141 | 67 | 77 | 0 | 53 | 43 | 76 | 535 | 34 | 36 |
| Binary | 1100001 | 110111 | 111111 | 0 | 101011 | 100011 | 111110 | 101011101 | 11100 | 11110 |
Color Harmonies of #61373F
Complementary color
Monochromatic Colors of #61373F
Black with #61373F
Text Example
Text Example
White with #61373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61373F; }
p { color: rgb(97,55,63); }
H1.HeaderClassName
{
color: #61373F;
}
.AnyTagClassName
{
color: #61373F;
}
</style>
background-color css
<style>
a { background-color: #61373F; }
a { background-color: rgb(97,55,63); }
div.DivClassName
{
background-color: #61373F;
}
.BgClassName
{
background-color: #61373F;
}
</style>
border-color css
<style>
span { border-color: #61373F; }
span { border-color: rgb(97,55,63); }
td.TdClassName
{
border-color: #61373F;
}
.TagClassName
{
border-color: #61373F;
}
</style>