Shades of Tawny Port #613240
Tints of Tawny Port #613240
RGB
CMYK
RGB Variations
Color information
#613240 (or 0x613240) is known color: Tawny Port. HEX triplet: 61, 32 and 40. RGB value is (97,50,64). Sum of RGB (Red+Green+Blue) = 97+50+64=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #613240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613240 is #9ECDBF. Grayscale: #414141. Windows color (decimal): -10407360 or 4207201. OLE color: 4207201.
HSL color Cylindrical-coordinate representation of color #613240: hue angle of 342.13º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #613240 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 50 | 64 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.62 |
| HSL | 342.13º | 0.32% | 0.29% | - |
| HSV(B) | 342.13º | 0.48% | 0.38% | - |
| XYZ | 7 | 5.19 | 5.48 | - |
| YUV | 65.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 64 | 0 | 0.48 | 0.34 | 0.62 | 342.13 | 0.32 | 0.29 |
| Hex | 61 | 32 | 40 | 0 | 30 | 22 | 3E | 156 | 20 | 1D |
| Octal | 141 | 62 | 100 | 0 | 60 | 42 | 76 | 526 | 40 | 35 |
| Binary | 1100001 | 110010 | 1000000 | 0 | 110000 | 100010 | 111110 | 101010110 | 100000 | 11101 |
Color Harmonies of #613240
Complementary color
Monochromatic Colors of #613240
Black with #613240
Text Example
Text Example
White with #613240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613240; }
p { color: rgb(97,50,64); }
H1.HeaderClassName
{
color: #613240;
}
.AnyTagClassName
{
color: #613240;
}
</style>
background-color css
<style>
a { background-color: #613240; }
a { background-color: rgb(97,50,64); }
div.DivClassName
{
background-color: #613240;
}
.BgClassName
{
background-color: #613240;
}
</style>
border-color css
<style>
span { border-color: #613240; }
span { border-color: rgb(97,50,64); }
td.TdClassName
{
border-color: #613240;
}
.TagClassName
{
border-color: #613240;
}
</style>