Shades of Tawny Port #673350
Tints of Tawny Port #673350
RGB
CMYK
RGB Variations
Color information
#673350 (or 0x673350) is known color: Tawny Port. HEX triplet: 67, 33 and 50. RGB value is (103,51,80). Sum of RGB (Red+Green+Blue) = 103+51+80=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #673350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673350 is #98CCAF. Grayscale: #454545. Windows color (decimal): -10013872 or 5256039. OLE color: 5256039.
HSL color Cylindrical-coordinate representation of color #673350: hue angle of 326.54º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #673350 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 80 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.60 |
| HSL | 326.54º | 0.34% | 0.3% | - |
| HSV(B) | 326.54º | 0.5% | 0.4% | - |
| XYZ | 8.23 | 5.83 | 8.28 | - |
| YUV | 69.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 80 | 0 | 0.50 | 0.22 | 0.60 | 326.54 | 0.34 | 0.3 |
| Hex | 67 | 33 | 50 | 0 | 32 | 16 | 3C | 147 | 22 | 1E |
| Octal | 147 | 63 | 120 | 0 | 62 | 26 | 74 | 507 | 42 | 36 |
| Binary | 1100111 | 110011 | 1010000 | 0 | 110010 | 10110 | 111100 | 101000111 | 100010 | 11110 |
Color Harmonies of #673350
Complementary color
Monochromatic Colors of #673350
Black with #673350
Text Example
Text Example
White with #673350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673350; }
p { color: rgb(103,51,80); }
H1.HeaderClassName
{
color: #673350;
}
.AnyTagClassName
{
color: #673350;
}
</style>
background-color css
<style>
a { background-color: #673350; }
a { background-color: rgb(103,51,80); }
div.DivClassName
{
background-color: #673350;
}
.BgClassName
{
background-color: #673350;
}
</style>
border-color css
<style>
span { border-color: #673350; }
span { border-color: rgb(103,51,80); }
td.TdClassName
{
border-color: #673350;
}
.TagClassName
{
border-color: #673350;
}
</style>