Shades of Tawny Port #713C4B
Tints of Tawny Port #713C4B
RGB
CMYK
RGB Variations
Color information
#713C4B (or 0x713C4B) is known color: Tawny Port. HEX triplet: 71, 3C and 4B. RGB value is (113,60,75). Sum of RGB (Red+Green+Blue) = 113+60+75=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #713C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C4B is #8EC3B4. Grayscale: #4D4D4D. Windows color (decimal): -9356213 or 4930673. OLE color: 4930673.
HSL color Cylindrical-coordinate representation of color #713C4B: hue angle of 343.02º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #713C4B is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 75 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.56 |
| HSL | 343.02º | 0.31% | 0.34% | - |
| HSV(B) | 343.02º | 0.47% | 0.44% | - |
| XYZ | 9.7 | 7.25 | 7.55 | - |
| YUV | 77.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 75 | 0 | 0.47 | 0.34 | 0.56 | 343.02 | 0.31 | 0.34 |
| Hex | 71 | 3C | 4B | 0 | 2F | 22 | 38 | 157 | 1F | 22 |
| Octal | 161 | 74 | 113 | 0 | 57 | 42 | 70 | 527 | 37 | 42 |
| Binary | 1110001 | 111100 | 1001011 | 0 | 101111 | 100010 | 111000 | 101010111 | 11111 | 100010 |
Color Harmonies of #713C4B
Complementary color
Monochromatic Colors of #713C4B
Black with #713C4B
Text Example
Text Example
White with #713C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C4B; }
p { color: rgb(113,60,75); }
H1.HeaderClassName
{
color: #713C4B;
}
.AnyTagClassName
{
color: #713C4B;
}
</style>
background-color css
<style>
a { background-color: #713C4B; }
a { background-color: rgb(113,60,75); }
div.DivClassName
{
background-color: #713C4B;
}
.BgClassName
{
background-color: #713C4B;
}
</style>
border-color css
<style>
span { border-color: #713C4B; }
span { border-color: rgb(113,60,75); }
td.TdClassName
{
border-color: #713C4B;
}
.TagClassName
{
border-color: #713C4B;
}
</style>