Shades of Tawny Port #61304A
Tints of Tawny Port #61304A
RGB
CMYK
RGB Variations
Color information
#61304A (or 0x61304A) is known color: Tawny Port. HEX triplet: 61, 30 and 4A. RGB value is (97,48,74). Sum of RGB (Red+Green+Blue) = 97+48+74=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #61304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61304A is #9ECFB5. Grayscale: #414141. Windows color (decimal): -10407862 or 4862049. OLE color: 4862049.
HSL color Cylindrical-coordinate representation of color #61304A: hue angle of 328.16º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61304A is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 48 | 74 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.62 |
| HSL | 328.16º | 0.34% | 0.28% | - |
| HSV(B) | 328.16º | 0.51% | 0.38% | - |
| XYZ | 7.22 | 5.15 | 7.09 | - |
| YUV | 65.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 74 | 0 | 0.51 | 0.24 | 0.62 | 328.16 | 0.34 | 0.28 |
| Hex | 61 | 30 | 4A | 0 | 33 | 18 | 3E | 148 | 22 | 1C |
| Octal | 141 | 60 | 112 | 0 | 63 | 30 | 76 | 510 | 42 | 34 |
| Binary | 1100001 | 110000 | 1001010 | 0 | 110011 | 11000 | 111110 | 101001000 | 100010 | 11100 |
Color Harmonies of #61304A
Complementary color
Monochromatic Colors of #61304A
Black with #61304A
Text Example
Text Example
White with #61304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61304A; }
p { color: rgb(97,48,74); }
H1.HeaderClassName
{
color: #61304A;
}
.AnyTagClassName
{
color: #61304A;
}
</style>
background-color css
<style>
a { background-color: #61304A; }
a { background-color: rgb(97,48,74); }
div.DivClassName
{
background-color: #61304A;
}
.BgClassName
{
background-color: #61304A;
}
</style>
border-color css
<style>
span { border-color: #61304A; }
span { border-color: rgb(97,48,74); }
td.TdClassName
{
border-color: #61304A;
}
.TagClassName
{
border-color: #61304A;
}
</style>