Shades of Tawny Port #613D4A
Tints of Tawny Port #613D4A
RGB
CMYK
RGB Variations
Color information
#613D4A (or 0x613D4A) is known color: Tawny Port. HEX triplet: 61, 3D and 4A. RGB value is (97,61,74). Sum of RGB (Red+Green+Blue) = 97+61+74=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #613D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D4A is #9EC2B5. Grayscale: #494949. Windows color (decimal): -10404534 or 4865377. OLE color: 4865377.
HSL color Cylindrical-coordinate representation of color #613D4A: hue angle of 338.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613D4A is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 74 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.62 |
| HSL | 338.33º | 0.23% | 0.31% | - |
| HSV(B) | 338.33º | 0.37% | 0.38% | - |
| XYZ | 7.83 | 6.37 | 7.3 | - |
| YUV | 73.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 74 | 0 | 0.37 | 0.24 | 0.62 | 338.33 | 0.23 | 0.31 |
| Hex | 61 | 3D | 4A | 0 | 25 | 18 | 3E | 152 | 17 | 1F |
| Octal | 141 | 75 | 112 | 0 | 45 | 30 | 76 | 522 | 27 | 37 |
| Binary | 1100001 | 111101 | 1001010 | 0 | 100101 | 11000 | 111110 | 101010010 | 10111 | 11111 |
Color Harmonies of #613D4A
Complementary color
Monochromatic Colors of #613D4A
Black with #613D4A
Text Example
Text Example
White with #613D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D4A; }
p { color: rgb(97,61,74); }
H1.HeaderClassName
{
color: #613D4A;
}
.AnyTagClassName
{
color: #613D4A;
}
</style>
background-color css
<style>
a { background-color: #613D4A; }
a { background-color: rgb(97,61,74); }
div.DivClassName
{
background-color: #613D4A;
}
.BgClassName
{
background-color: #613D4A;
}
</style>
border-color css
<style>
span { border-color: #613D4A; }
span { border-color: rgb(97,61,74); }
td.TdClassName
{
border-color: #613D4A;
}
.TagClassName
{
border-color: #613D4A;
}
</style>