Shades of Tawny Port #613D4B
Tints of Tawny Port #613D4B
RGB
CMYK
RGB Variations
Color information
#613D4B (or 0x613D4B) is known color: Tawny Port. HEX triplet: 61, 3D and 4B. RGB value is (97,61,75). Sum of RGB (Red+Green+Blue) = 97+61+75=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #613D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D4B is #9EC2B4. Grayscale: #494949. Windows color (decimal): -10404533 or 4930913. OLE color: 4930913.
HSL color Cylindrical-coordinate representation of color #613D4B: hue angle of 336.67º 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 #613D4B is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 75 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.62 |
| HSL | 336.67º | 0.23% | 0.31% | - |
| HSV(B) | 336.67º | 0.37% | 0.38% | - |
| XYZ | 7.87 | 6.39 | 7.47 | - |
| YUV | 73.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 75 | 0 | 0.37 | 0.23 | 0.62 | 336.67 | 0.23 | 0.31 |
| Hex | 61 | 3D | 4B | 0 | 25 | 17 | 3E | 151 | 17 | 1F |
| Octal | 141 | 75 | 113 | 0 | 45 | 27 | 76 | 521 | 27 | 37 |
| Binary | 1100001 | 111101 | 1001011 | 0 | 100101 | 10111 | 111110 | 101010001 | 10111 | 11111 |
Color Harmonies of #613D4B
Complementary color
Monochromatic Colors of #613D4B
Black with #613D4B
Text Example
Text Example
White with #613D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D4B; }
p { color: rgb(97,61,75); }
H1.HeaderClassName
{
color: #613D4B;
}
.AnyTagClassName
{
color: #613D4B;
}
</style>
background-color css
<style>
a { background-color: #613D4B; }
a { background-color: rgb(97,61,75); }
div.DivClassName
{
background-color: #613D4B;
}
.BgClassName
{
background-color: #613D4B;
}
</style>
border-color css
<style>
span { border-color: #613D4B; }
span { border-color: rgb(97,61,75); }
td.TdClassName
{
border-color: #613D4B;
}
.TagClassName
{
border-color: #613D4B;
}
</style>